sync with rpki-client 'more dastardly white spaces' commit
authortb <tb@openbsd.org>
Fri, 6 Jan 2023 13:26:57 +0000 (13:26 +0000)
committertb <tb@openbsd.org>
Fri, 6 Jan 2023 13:26:57 +0000 (13:26 +0000)
usr.sbin/bgpctl/ometric.c
usr.sbin/bgpctl/ometric.h

index e525426..522815c 100644 (file)
@@ -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 {
index b4c64b4..3d38825 100644 (file)
@@ -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 *,