diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-01-06 13:26:58 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-01-06 13:26:58 +0000 |
commit | 4bb1937bac4c39cec0559f2d8a66f0d474700a20 (patch) | |
tree | 236e74d03e1f404ddd040ade89a594f994978631 /usr.sbin/bgpctl/ometric.c | |
parent | 9879565b6d9f327438efff42b29573d80a8d2722 (diff) |
sync with rpki-client 'more dastardly white spaces' commit
Diffstat (limited to 'usr.sbin/bgpctl/ometric.c')
-rw-r--r-- | usr.sbin/bgpctl/ometric.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/ometric.c b/usr.sbin/bgpctl/ometric.c index e525426206d..522815c174a 100644 --- a/usr.sbin/bgpctl/ometric.c +++ b/usr.sbin/bgpctl/ometric.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ometric.c,v 1.9 2022/12/14 11:23:41 claudio Exp $ */ +/* $OpenBSD: ometric.c,v 1.10 2023/01/06 13:26:57 tb Exp $ */ /* * Copyright (c) 2022 Claudio Jeker <claudio@openbsd.org> @@ -37,7 +37,7 @@ struct olabel { struct olabels { STAILQ_HEAD(, olabel) labels; struct olabels *next; - int refcnt; + int refcnt; }; enum ovalue_type { |