diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-11 21:10:57 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-11 21:10:57 +0000 |
commit | 3b0a5b0487d7249b758e4199253f5e0ffbfd5210 (patch) | |
tree | 30d7d77afd8dab270e385bf87b131d0f25402c5c /sbin | |
parent | 1b2ea6fab28f5c2fb1d40170bd2ec99f5c2a50e7 (diff) |
whitespace KNF _AGAIN_
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 0b4a5ce6062..a2b92e8f336 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.130 2003/01/10 14:21:21 cedric Exp $ */ +/* $OpenBSD: pfctl.c,v 1.131 2003/01/11 21:10:56 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -165,7 +165,7 @@ static char *clearopt_list[] = { }; static char *showopt_list[] = { - "nat", "queue", "rules", "anchors", "state", "info", "labels", + "nat", "queue", "rules", "anchors", "state", "info", "labels", "timeouts", "memory", "Tables", "all", NULL }; @@ -1241,8 +1241,6 @@ pfctl_lookup_option(char *cmd, char **list) return (*list); return (NULL); } - - int main(int argc, char *argv[]) @@ -1321,7 +1319,7 @@ main(int argc, char *argv[]) if (showopt == NULL) { warnx("Unknown show modifier '%s'", optarg); usage(); - } + } break; case 't': tableopt = optarg; |