summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
authorMartin Josefsson <gandalf@wlug.westbo.se>2004-01-31 19:33:47 +0000
committerMartin Josefsson <gandalf@wlug.westbo.se>2004-01-31 19:33:47 +0000
commit5065afa11159f4d8cfad672ac01f2958379fad4b (patch)
tree964b2447f4d1777674e9f60d6a461be64c5f2cd4 /iptables-restore.c
parentec7897120d739896eff4f9b2c5a1de15364382b7 (diff)
Minor codestyle fix
Diffstat (limited to 'iptables-restore.c')
-rw-r--r--iptables-restore.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/iptables-restore.c b/iptables-restore.c
index fdff5b45..de367b9f 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -4,7 +4,7 @@
*
* This code is distributed under the terms of GNU GPL v2
*
- * $Id: iptables-restore.c,v 1.28 2004/01/31 15:33:55 gandalf Exp $
+ * $Id: iptables-restore.c,v 1.29 2004/01/31 19:28:13 gandalf Exp $
*/
#include <getopt.h>
@@ -158,7 +158,8 @@ int main(int argc, char *argv[])
int ret = 0;
line++;
- if (buffer[0] == '\n') continue;
+ if (buffer[0] == '\n')
+ continue;
else if (buffer[0] == '#') {
if (verbose) fputs(buffer, stdout);
continue;