diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-19 21:09:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-19 21:09:57 +0000 |
commit | 640fddb401d38e6086c5787bc8ea3e23615d3397 (patch) | |
tree | 70a408aae87ef9d5c26b7aa92fedf77a38c6afb8 /sbin | |
parent | 4eb90f359aa124a9403158ec5c08e61835dae0b8 (diff) |
KNF
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 51c42ce2920..760d0f3a37d 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.62 2002/05/19 21:08:34 deraadt Exp $ */ +/* $OpenBSD: pfctl.c,v 1.63 2002/05/19 21:09:56 deraadt Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -924,8 +924,7 @@ main(int argc, char *argv[]) if (argc < 2) usage(); - while ((ch = getopt(argc, argv, "deqF:hk:l:m:nN:O:rR:s:t:vx:z")) != -1) - { + while ((ch = getopt(argc, argv, "deqF:hk:l:m:nN:O:rR:s:t:vx:z")) != -1) { switch (ch) { case 'd': opts |= PF_OPT_DISABLE; |