diff options
| author | 2019-06-17 13:46:33 +0000 | |
|---|---|---|
| committer | 2019-06-17 13:46:33 +0000 | |
| commit | c602e29afdfb22fdfcfb317b7f084ce6a24e9ccf (patch) | |
| tree | c8ce6351d9fbf4d409755b9d1b926befef5d2ecc /usr.sbin/bgpctl/parser.c | |
| parent | Cleanup, remove some unneded spaces add some other where needed. (diff) | |
| download | wireguard-openbsd-c602e29afdfb22fdfcfb317b7f084ce6a24e9ccf.tar.xz wireguard-openbsd-c602e29afdfb22fdfcfb317b7f084ce6a24e9ccf.zip | |
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.c | 6 |
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) { |
