From 0169217f25a8423bc6243b9a9dfc0702c793ef6e Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Mon, 21 Jul 2003 22:31:37 +0000 Subject: KNF --- sbin/pfctl/pfctl_parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c index 0ab6ea0d908..dc8a3bf23fd 100644 --- a/sbin/pfctl/pfctl_parser.c +++ b/sbin/pfctl/pfctl_parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.c,v 1.170 2003/07/19 13:08:58 cedric Exp $ */ +/* $OpenBSD: pfctl_parser.c,v 1.171 2003/07/21 22:31:36 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -782,7 +782,7 @@ print_tabledef(const char *name, int flags, int addrs, continue; } printf(" {"); - for(;;) { + for (;;) { for (h = ti->host; h != NULL; h = h->next) { printf(h->not ? " !" : " "); print_addr(&h->addr, h->af, 0); -- cgit v1.2.3