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 | |
parent | 9879565b6d9f327438efff42b29573d80a8d2722 (diff) |
sync with rpki-client 'more dastardly white spaces' commit
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpctl/ometric.c | 4 | ||||
-rw-r--r-- | usr.sbin/bgpctl/ometric.h | 6 |
2 files changed, 5 insertions, 5 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 { diff --git a/usr.sbin/bgpctl/ometric.h b/usr.sbin/bgpctl/ometric.h index b4c64b4c705..3d38825e00a 100644 --- a/usr.sbin/bgpctl/ometric.h +++ b/usr.sbin/bgpctl/ometric.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ometric.h,v 1.5 2022/12/12 09:51:04 claudio Exp $ */ +/* $OpenBSD: ometric.h,v 1.6 2023/01/06 13:26:57 tb Exp $ */ /* * Copyright (c) 2022 Claudio Jeker <claudio@openbsd.org> @@ -44,8 +44,8 @@ void ometric_set_float(struct ometric *, double, struct olabels *); void ometric_set_timespec(struct ometric *, const struct timespec *, struct olabels *); void ometric_set_info(struct ometric *, const char **, const char **, - struct olabels *); -void ometric_set_state(struct ometric *, const char *, struct olabels *); + struct olabels *); +void ometric_set_state(struct ometric *, const char *, struct olabels *); void ometric_set_int_with_labels(struct ometric *, uint64_t, const char **, const char **, struct olabels *); void ometric_set_timespec_with_labels(struct ometric *, struct timespec *, |