diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-05 21:04:54 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-05 21:04:54 +0000 |
commit | cf9b25fc633abbc13368f3ea6e7f6359c4f5af22 (patch) | |
tree | ccb06820546d8d921307ac4e6ab963b06517c878 /sbin/pfctl/parse.y | |
parent | a30a19e6bb8e1cd59f6c8994d4be6856c7f06209 (diff) |
whitespace KNF
Diffstat (limited to 'sbin/pfctl/parse.y')
-rw-r--r-- | sbin/pfctl/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index 717c2d6e9ad..356ca6d3768 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.349 2003/04/04 18:48:11 henning Exp $ */ +/* $OpenBSD: parse.y,v 1.350 2003/04/05 21:04:53 henning Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -3703,7 +3703,7 @@ top: if (next == '>') { yylval.v.i = PF_OP_XRG; return (PORTBINARY); - } + } lungetc(next); break; case '>': |