From aa66aeda34bea5a8d05717899a229e57aa3237d5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 16 Feb 2011 02:41:22 +0100 Subject: ip6tables: spacing fixes for -o argument For aesthetic consistency, put a space after -o. Signed-off-by: Jan Engelhardt --- ip6tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ip6tables.c') 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) { -- cgit v1.2.3