summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/parser.c
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2019-06-17 13:46:34 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2019-06-17 13:46:34 +0000
commit4f55d2abd9337513311d1c9ebe81a131e268b4c8 (patch)
tree87dd8c6e3a69f4c659f18f92758c4e9d4bcc05ab /usr.sbin/bgpctl/parser.c
parente847d6210932c69e6a8643d976b54a2d397b12be (diff)
Cleanup some spaces here as well. Again no binary change.
Diffstat (limited to 'usr.sbin/bgpctl/parser.c')
-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 63e1efd9aa7..e081bb19089 100644
--- a/usr.sbin/bgpctl/parser.c
+++ b/usr.sbin/bgpctl/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.95 2019/06/17 11:03:07 claudio Exp $ */
+/* $OpenBSD: parser.c,v 1.96 2019/06/17 13:46:33 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -1229,7 +1229,7 @@ parsesubtype(const char *name, int *type, int *subtype)
static int
parseextvalue(int type, char *s, u_int32_t *v, u_int32_t *flag)
{
- const char *errstr;
+ const char *errstr;
char *p;
struct in_addr ip;
u_int32_t uvalh, uval;
@@ -1383,7 +1383,7 @@ parseextcommunity(struct community *c, const char *t, char *s)
c->flags |= dflag1 << 8;
return;
}
-
+
/* verify type/subtype combo */
for (cp = iana_ext_comms; cp->subname != NULL; cp++) {
if (cp->type == type && cp->subtype == subtype) {