From b6bc3a3bedfe91377c4110219deac229ebb9bbc1 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Thu, 22 Sep 2011 15:39:22 +0300 Subject: [PATCH] tools: Small indentation fix in iptables-test --- tools/iptables-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/iptables-test.c b/tools/iptables-test.c index 2ae6bb2..a62c669 100644 --- a/tools/iptables-test.c +++ b/tools/iptables-test.c @@ -1025,8 +1025,8 @@ int main(int argc, char *argv[]) xt_m = NULL; xt_t = NULL; - while ((c = getopt_long(argc, argv, - "-A:F:L::N:X:j:i:m:o:t:", connman_iptables_globals.opts, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "-A:F:L::N:X:j:i:m:o:t:", + connman_iptables_globals.opts, NULL)) != -1) { switch (c) { case 'A': chain = optarg; -- 2.7.4