summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-22 19:43:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-22 19:43:37 +0000
commit01fdf454e4291cc0683918105744d353b35ae52b (patch)
tree4711fe7e00ad9e4e1c74b2523cc88612fa0d492a /usr.sbin
parent4232e9023a0b260974100fdbe245ef021e7aca1b (diff)
spacing
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/parse.y4
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
|
;