summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-07 21:20:24 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-07 21:20:24 +0000
commitca84afb2ee8d04c17063d652e3237927b22fac6c (patch)
treedfd80141e009dadc50bcff78114769259155f607 /sbin
parenta44643e860f66cf0af3e1f45e282e14f632a08ad (diff)
more KNF
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/parse.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index 798948761d9..41880db6888 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.242 2002/12/07 21:16:26 henning Exp $ */
+/* $OpenBSD: parse.y,v 1.243 2002/12/07 21:20:23 henning Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -315,7 +315,7 @@ typedef struct {
} YYSTYPE;
#define PREPARE_ANCHOR_RULE(r, a) \
- do { \
+ do { \
if (strlen(a) >= PF_ANCHOR_NAME_SIZE) { \
yyerror("anchor name '%s' too long", \
(a)); \
@@ -3133,7 +3133,7 @@ lookup(char *s)
{ "reassemble", FRAGNORM},
{ "red", RED},
{ "reply-to", REPLYTO},
- { "require-order", REQUIREORDER},
+ { "require-order", REQUIREORDER},
{ "return", RETURN},
{ "return-icmp", RETURNICMP},
{ "return-icmp6", RETURNICMP6},