summaryrefslogtreecommitdiff
path: root/tools/iptables-test.c
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2011-09-22 15:39:22 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-09-22 15:22:46 +0200
commitb6bc3a3bedfe91377c4110219deac229ebb9bbc1 (patch)
tree418c5340761c26ace47b70ccb8c9241051fa8575 /tools/iptables-test.c
parentf3c74f0ea3d1665e41b3661676865803c8fb8955 (diff)
downloadconnman-b6bc3a3bedfe91377c4110219deac229ebb9bbc1.tar.gz
connman-b6bc3a3bedfe91377c4110219deac229ebb9bbc1.tar.bz2
connman-b6bc3a3bedfe91377c4110219deac229ebb9bbc1.zip
tools: Small indentation fix in iptables-test
Diffstat (limited to 'tools/iptables-test.c')
-rw-r--r--tools/iptables-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/iptables-test.c b/tools/iptables-test.c
index 2ae6bb27..a62c669f 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;