diff options
author | 2003-12-22 19:43:36 +0000 | |
---|---|---|
committer | 2003-12-22 19:43:36 +0000 | |
commit | d5cb1ad716578e3b901385e6a0fec43ac3e398ab (patch) | |
tree | ff8129bf20708a40ac603cc028cfbd19e7923a8f | |
parent | fix indent (diff) | |
download | wireguard-openbsd-d5cb1ad716578e3b901385e6a0fec43ac3e398ab.tar.xz wireguard-openbsd-d5cb1ad716578e3b901385e6a0fec43ac3e398ab.zip |
spacing
-rw-r--r-- | usr.sbin/bgpd/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index ebf0df091c8..0083b374a74 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.7 2003/12/22 19:39:59 deraadt Exp $ */ +/* $OpenBSD: parse.y,v 1.8 2003/12/22 19:43:36 deraadt Exp $ */ /* * Copyright (c) 2002, 2003 Henning Brauer <henning@openbsd.org> @@ -181,7 +181,7 @@ address : STRING { } ; -optnl : '\n' optnl +optnl : '\n' optnl | ; |