From 06eb65b2486cbb226f54027c3e796e7af67bea20 Mon Sep 17 00:00:00 2001 From: melifaro Date: Sat, 23 Aug 2014 17:57:06 +0000 Subject: Whitespace/style changes merged from projects/ipfw. --- sbin/ipfw/ipfw2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') 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); } /** -- cgit v1.1