summaryrefslogtreecommitdiffstats
path: root/ip6tables.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-02-16 02:41:22 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-02-16 02:41:22 +0100
commitaa66aeda34bea5a8d05717899a229e57aa3237d5 (patch)
tree884f543f7400b105c174b76d27ccff92da0e3275 /ip6tables.c
parentaf3d73ec867debb5e38c6c6fde66f05093714fec (diff)
ip6tables: spacing fixes for -o argument
For aesthetic consistency, put a space after -o. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'ip6tables.c')
-rw-r--r--ip6tables.c2
1 files changed, 1 insertions, 1 deletions
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) {