summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2014-08-23 17:57:06 +0000
committermelifaro <melifaro@FreeBSD.org>2014-08-23 17:57:06 +0000
commit06eb65b2486cbb226f54027c3e796e7af67bea20 (patch)
treed440bd0b6a2b00995f897170a2e64ebd7459e814 /sbin
parentf99eb0fb2fab9f81d8f9b18956916ea731e2b10b (diff)
downloadFreeBSD-src-06eb65b2486cbb226f54027c3e796e7af67bea20.zip
FreeBSD-src-06eb65b2486cbb226f54027c3e796e7af67bea20.tar.gz
Whitespace/style changes merged from projects/ipfw.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c
index 232d928..30fe604 100644
--- a/sbin/ipfw/ipfw2.c
+++ b/sbin/ipfw/ipfw2.c
@@ -592,7 +592,7 @@ match_token(struct _s_x *table, char *string)
for (pt = table ; i && pt->s != NULL ; pt++)
if (strlen(pt->s) == i && !bcmp(string, pt->s, i))
return pt->x;
- return -1;
+ return (-1);
}
/**
OpenPOWER on IntegriCloud