From: Jan Engelhardt Date: Wed, 16 Feb 2011 01:41:22 +0000 (+0100) Subject: ip6tables: spacing fixes for -o argument X-Git-Tag: v1.4.11~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa66aeda34bea5a8d05717899a229e57aa3237d5;p=thirdparty%2Fiptables.git ip6tables: spacing fixes for -o argument For aesthetic consistency, put a space after -o. Signed-off-by: Jan Engelhardt --- diff --git a/ip6tables.c b/ip6tables.c index 9f0b8926..06f570b1 100644 --- a/ip6tables.c +++ b/ip6tables.c @@ -962,7 +962,7 @@ print_iface(char letter, const char *iface, const unsigned char *mask, if (mask[0] == 0) return; - printf("%s -%c", invert ? " !" : "", letter); + printf("%s -%c ", invert ? " !" : "", letter); for (i = 0; i < IFNAMSIZ; i++) { if (mask[i] != 0) {