summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-06-05 00:23:24 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-06-05 00:23:24 +0000
commitb4f241614cc8a988bb207ceb4a22f2470a9722d2 (patch)
treedcd95813eff88ddebbc92c26f3c9fc7be417e8a1 /usr.sbin/bgpctl
parente0e8d6d7fb32f72e1561708d40cec3f6acd5d316 (diff)
grr, more whitespace KNF, more carrot for claudio
Diffstat (limited to 'usr.sbin/bgpctl')
-rw-r--r--usr.sbin/bgpctl/parser.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpctl/parser.c b/usr.sbin/bgpctl/parser.c
index 618f637b020..dfee340615e 100644
--- a/usr.sbin/bgpctl/parser.c
+++ b/usr.sbin/bgpctl/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.13 2005/05/23 20:09:00 claudio Exp $ */
+/* $OpenBSD: parser.c,v 1.14 2005/06/05 00:23:23 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -618,7 +618,7 @@ int
parse_community(const char *word, struct parse_result *r)
{
struct filter_set *fs;
- char *p;
+ char *p;
int i;
u_int16_t as, type;
@@ -682,7 +682,7 @@ done:
fs->type = ACTION_SET_COMMUNITY;
fs->action.community.as = as;
fs->action.community.type = type;
-
+
SIMPLEQ_INSERT_TAIL(&r->set, fs, entry);
return (1);
}