summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2004-08-05 18:40:45 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2004-08-05 18:40:45 +0000
commita9afe3a1c53305a7d4f2e003ce8fc277c893e008 (patch)
treeb71753668520b6dace19020085d59473319d5812
parent113c2a6d86aebb400361a24c097bfe77fd1bdd44 (diff)
tab at EOL
-rw-r--r--usr.sbin/bgpd/parse.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y
index 489f1294a29..39bccecec21 100644
--- a/usr.sbin/bgpd/parse.y
+++ b/usr.sbin/bgpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.130 2004/08/03 13:46:22 claudio Exp $ */
+/* $OpenBSD: parse.y,v 1.131 2004/08/05 18:40:44 claudio Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -877,7 +877,7 @@ filter_prefix_m : filter_prefix_l
p->next = $4;
$$ = $2;
}
- ;
+ ;
filter_prefix_l : filter_prefix { $$ = $1; }
| filter_prefix_l comma filter_prefix {
@@ -940,7 +940,7 @@ filter_as_l_h : filter_as_l
a->next = $4;
$$ = $2;
}
- ;
+ ;
filter_as_l : filter_as
| filter_as_l comma filter_as {