projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85af5ae
)
iptables: Small indentation fix
author
Tomasz Bursztyka
<tomasz.bursztyka@linux.intel.com>
Fri, 23 Sep 2011 11:43:37 +0000
(14:43 +0300)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Thu, 29 Sep 2011 15:52:59 +0000
(17:52 +0200)
src/iptables.c
patch
|
blob
|
history
diff --git
a/src/iptables.c
b/src/iptables.c
index
cb30cf5
..
78ad210
100644
(file)
--- a/
src/iptables.c
+++ b/
src/iptables.c
@@
-1047,8
+1047,8
@@
static int iptables_command(int argc, char *argv[])
optind = 0;
- while ((c = getopt_long(argc, argv,
-
"-A:F:L::N:X:d:j:i:m:o:s:t:",
iptables_globals.opts, NULL)) != -1) {
+ while ((c = getopt_long(argc, argv,
"-A:F:L::N:X:d:j:i:m:o:s:t:",
+
iptables_globals.opts, NULL)) != -1) {
switch (c) {
case 'A':
chain = optarg;