From 97fb13eac149c30c376b8852ab751f4010b4b425 Mon Sep 17 00:00:00 2001 From: claudio Date: Tue, 23 Jan 2024 15:56:48 +0000 Subject: [PATCH] Fixup more spaces --- usr.sbin/bgpctl/mrtparser.h | 4 ++-- 1 file 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 * @@ -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 */ -- 2.20.1