summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/main.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2011-04-18 21:18:22 +0000
committerglebius <glebius@FreeBSD.org>2011-04-18 21:18:22 +0000
commit57baf3da41e06e14fc231a6361a34932b3de1c2a (patch)
treedb3bade514eee879822dab423e313cd92d92f7c2 /sbin/ipfw/main.c
parent54ee91ad9a5e7308638bf0e173f9b7fac62869a7 (diff)
downloadFreeBSD-src-57baf3da41e06e14fc231a6361a34932b3de1c2a.zip
FreeBSD-src-57baf3da41e06e14fc231a6361a34932b3de1c2a.tar.gz
Whitespace fixes.
Checked with: md5, diff -w
Diffstat (limited to 'sbin/ipfw/main.c')
-rw-r--r--sbin/ipfw/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipfw/main.c b/sbin/ipfw/main.c
index 43693e0..fb3f3fb 100644
--- a/sbin/ipfw/main.c
+++ b/sbin/ipfw/main.c
@@ -357,7 +357,7 @@ ipfw_main(int oldac, char **oldav)
co.do_nat = 0;
co.do_pipe = 0;
if (!strncmp(*av, "nat", strlen(*av)))
- co.do_nat = 1;
+ co.do_nat = 1;
else if (!strncmp(*av, "pipe", strlen(*av)))
co.do_pipe = 1;
else if (_substrcmp(*av, "queue") == 0)
@@ -426,7 +426,7 @@ ipfw_main(int oldac, char **oldav)
else if (_substrcmp(*av, "resetlog") == 0)
ipfw_zero(ac, av, 1 /* IP_FW_RESETLOG */);
else if (_substrcmp(*av, "print") == 0 ||
- _substrcmp(*av, "list") == 0)
+ _substrcmp(*av, "list") == 0)
ipfw_list(ac, av, do_acct);
else if (_substrcmp(*av, "show") == 0)
ipfw_list(ac, av, 1 /* show counters */);
@@ -591,7 +591,7 @@ main(int ac, char *av[])
ret = WSAStartup(wVersionRequested, &wsaData);
if (ret != 0) {
/* Tell the user that we could not find a usable */
- /* Winsock DLL. */
+ /* Winsock DLL. */
printf("WSAStartup failed with error: %d\n", ret);
return 1;
}
OpenPOWER on IntegriCloud