diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-25 09:53:17 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-25 09:53:17 +0000 |
commit | 7049ff8696c3c2a1be0f9901d7e2473568b8f918 (patch) | |
tree | c952ee767508bb76c25d6269a298aa16cad99b82 /networking/libiproute | |
parent | f26e3d2e41cc7d2fabcf5c2e777306c36a8d5868 (diff) | |
download | busybox-7049ff8696c3c2a1be0f9901d7e2473568b8f918.tar.gz |
whitespace fixes. no code changes
Diffstat (limited to 'networking/libiproute')
-rw-r--r-- | networking/libiproute/iproute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index 6977a0956..354442c4e 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c @@ -582,7 +582,7 @@ static int iproute_list_or_flush(char **argv, int flush) if (rtnl_rttable_a2n(&tid, *argv)) invarg(*argv, "table"); filter.tb = tid; -#else +#else invarg(*argv, "table"); #endif } |