From b71c668c577f7780362f7ea632895c11e3760d66 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 21 Jul 2007 15:08:09 +0000 Subject: style fix (stray space before ';') --- networking/interface.c | 2 +- networking/libiproute/ip_parse_common_args.c | 2 +- networking/libiproute/ipaddress.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'networking') diff --git a/networking/interface.c b/networking/interface.c index 79f79c9..92d7f5d 100644 --- a/networking/interface.c +++ b/networking/interface.c @@ -803,7 +803,7 @@ static const struct hwtype sit_hwtype = { .type = ARPHRD_SIT, .print = UNSPEC_print, .suppress_null_addr = 1 -} ; +}; #endif static const struct hwtype *const hwtypes[] = { diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c index a6ab399..2d597ea 100644 --- a/networking/libiproute/ip_parse_common_args.c +++ b/networking/libiproute/ip_parse_common_args.c @@ -82,7 +82,7 @@ void ip_parse_common_args(int *argcp, char ***argvp) argc--; argv++; } - _SL_ = oneline ? '\\' : '\n' ; + _SL_ = oneline ? '\\' : '\n'; *argcp = argc; *argvp = argv; } diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index fc10ba3..955a9d9 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c @@ -46,7 +46,7 @@ static void print_link_flags(FILE *fp, unsigned flags, unsigned mdown) fprintf(fp, "<"); flags &= ~IFF_RUNNING; #define _PF(f) if (flags&IFF_##f) { \ - flags &= ~IFF_##f ; \ + flags &= ~IFF_##f; \ fprintf(fp, #f "%s", flags ? "," : ""); } _PF(LOOPBACK); _PF(BROADCAST); -- cgit v1.1