summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-22 19:40:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-12-22 19:40:00 +0000
commit4232e9023a0b260974100fdbe245ef021e7aca1b (patch)
tree77e44c46c9abba460d78a663bf06025aecb689ee /usr.sbin
parent5bc74268b5d21e5fdcbdd513471fd9efee8efed7 (diff)
fix indent
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 0ba07c68207..ebf0df091c8 100644
--- a/usr.sbin/bgpd/parse.y
+++ b/usr.sbin/bgpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.6 2003/12/22 19:36:19 henning Exp $ */
+/* $OpenBSD: parse.y,v 1.7 2003/12/22 19:39:59 deraadt Exp $ */
/*
* Copyright (c) 2002, 2003 Henning Brauer <henning@openbsd.org>
@@ -210,7 +210,7 @@ group : GROUP string optnl '{' optnl {
YYERROR;
}
}
- groupopts_l optnl '}' {
+ groupopts_l optnl '}' {
free(curgroup);
curgroup = NULL;
}