summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-05-19 00:54:20 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-05-19 00:54:20 +0000
commitcbe085d5dfee90844b5f3e9ab7071726f0d3a9f2 (patch)
tree11de4bde14449a8a133dcbf982663bea96f05c68 /sbin/pfctl/pfctl.c
parentd32dc4ea93c4617b87b1b729e1036d98097073a6 (diff)
style consistency
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r--sbin/pfctl/pfctl.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index 32cfcfed982..e106c7c0ed0 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.173 2003/05/18 20:25:15 henning Exp $ */
+/* $OpenBSD: pfctl.c,v 1.174 2003/05/19 00:54:19 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -79,20 +79,20 @@ int pfctl_show_anchors(int, int, char *);
const char *pfctl_lookup_option(char *, const char **);
const char *clearopt;
-char *rulesopt;
+char *rulesopt;
const char *showopt;
const char *debugopt;
-char *anchoropt;
-char *tableopt;
+char *anchoropt;
+char *tableopt;
const char *tblcmdopt;
-int state_killers;
-char *state_kill[2];
-int loadopt = PFCTL_FLAG_ALL;
-int altqsupport;
+int state_killers;
+char *state_kill[2];
+int loadopt = PFCTL_FLAG_ALL;
+int altqsupport;
-int dev = -1;
+int dev = -1;
-const char *infile;
+const char *infile;
static const struct {
const char *name;