summaryrefslogtreecommitdiff
path: root/sbin/pfctl
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-04-11 15:19:11 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-04-11 15:19:11 +0000
commitb67fc2fcfd35bb114f203089148e48e986dac691 (patch)
tree106955560e994e102e7be962281caed688de0a69 /sbin/pfctl
parent916da26e442ba1e9ef4e852667efd1b98cb814cf (diff)
KNF
Diffstat (limited to 'sbin/pfctl')
-rw-r--r--sbin/pfctl/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index a5d0c631e7a..3bfca3f89e2 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.354 2003/04/11 14:42:32 henning Exp $ */
+/* $OpenBSD: parse.y,v 1.355 2003/04/11 15:19:10 henning Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -3240,7 +3240,7 @@ expand_queue(struct pf_altq *a, struct node_if *interfaces,
if (pfctl_add_altq(pf, &pa))
errs++;
- for(nq = nqueues; nq != NULL; nq = nq->next) {
+ for (nq = nqueues; nq != NULL; nq = nq->next) {
n = calloc(1,
sizeof(struct node_queue));
if (n == NULL)