diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-01-23 15:56:49 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-01-23 15:56:49 +0000 |
commit | 9d45e2d7b5492453e539fc797d491103da74ec96 (patch) | |
tree | 9565e7b782015adf58e3ddbe65cd46eb50f130d6 /usr.sbin/bgpctl/mrtparser.h | |
parent | ca94615a4bbaf207c6a8dd846dc3f49d607f15e4 (diff) |
Fixup more spaces
Diffstat (limited to 'usr.sbin/bgpctl/mrtparser.h')
-rw-r--r-- | usr.sbin/bgpctl/mrtparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/mrtparser.h b/usr.sbin/bgpctl/mrtparser.h index 3a235a587ea..116887c03ea 100644 --- a/usr.sbin/bgpctl/mrtparser.h +++ b/usr.sbin/bgpctl/mrtparser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mrtparser.h,v 1.5 2022/02/06 09:52:32 claudio Exp $ */ +/* $OpenBSD: mrtparser.h,v 1.6 2024/01/23 15:56:48 claudio Exp $ */ /* * Copyright (c) 2011 Claudio Jeker <claudio@openbsd.org> * @@ -56,7 +56,7 @@ struct mrt_rib { uint32_t seqnum; uint16_t nentries; uint8_t prefixlen; - uint8_t add_path; + uint8_t add_path; }; /* data structures for the BGP4MP MESSAGE and STATE types */ |