style fix (stray space before ';')
This commit is contained in:
@@ -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[] = {
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user