From: Tomasz Bursztyka Date: Thu, 22 Sep 2011 12:39:22 +0000 (+0300) Subject: tools: Small indentation fix in iptables-test X-Git-Tag: 2.0_alpha~1104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6bc3a3bedfe91377c4110219deac229ebb9bbc1;p=framework%2Fconnectivity%2Fconnman.git tools: Small indentation fix in iptables-test --- 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;