summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-05-19 21:09:56 +0000
committerderaadt <deraadt@openbsd.org>2002-05-19 21:09:56 +0000
commit8b266e0e0b21b1c470b9083a1b99dfb6594e8dc2 (patch)
tree93c58423c3e44c4df4f5301e06f6c82cdf63a5e2
parentnicer usage (diff)
downloadwireguard-openbsd-8b266e0e0b21b1c470b9083a1b99dfb6594e8dc2.tar.xz
wireguard-openbsd-8b266e0e0b21b1c470b9083a1b99dfb6594e8dc2.zip
KNF
-rw-r--r--sbin/pfctl/pfctl.c5
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;