From: deraadt Date: Fri, 6 Jan 2023 13:22:00 +0000 (+0000) Subject: more dastardly white spaces X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=796ad6a2ae7bd233e9839727ca34a0aa63269e98;p=openbsd more dastardly white spaces --- diff --git a/usr.sbin/rpki-client/ometric.c b/usr.sbin/rpki-client/ometric.c index 801586d237b..1786fabe703 100644 --- a/usr.sbin/rpki-client/ometric.c +++ b/usr.sbin/rpki-client/ometric.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ometric.c,v 1.1 2022/12/15 12:02:29 claudio Exp $ */ +/* $OpenBSD: ometric.c,v 1.2 2023/01/06 13:22:00 deraadt Exp $ */ /* * Copyright (c) 2022 Claudio Jeker @@ -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/rpki-client/ometric.h b/usr.sbin/rpki-client/ometric.h index f7b140b9b8c..100b7af7209 100644 --- a/usr.sbin/rpki-client/ometric.h +++ b/usr.sbin/rpki-client/ometric.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ometric.h,v 1.1 2022/12/15 12:02:29 claudio Exp $ */ +/* $OpenBSD: ometric.h,v 1.2 2023/01/06 13:22:00 deraadt Exp $ */ /* * Copyright (c) 2022 Claudio Jeker @@ -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 *,