From b67fc2fcfd35bb114f203089148e48e986dac691 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Fri, 11 Apr 2003 15:19:11 +0000 Subject: KNF --- sbin/pfctl/parse.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/pfctl') 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) -- cgit v1.2.3