From: Florian Forster Date: Thu, 28 Dec 2023 19:18:47 +0000 (+0100) Subject: contrib/format.sh src/daemon/unit.h X-Git-Tag: 6.0.0-rc0~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4194%2Fhead;p=thirdparty%2Fcollectd.git contrib/format.sh src/daemon/unit.h --- diff --git a/src/daemon/unit.h b/src/daemon/unit.h index 93f522a75..afaf62fc0 100644 --- a/src/daemon/unit.h +++ b/src/daemon/unit.h @@ -35,8 +35,8 @@ * tries to heuristically determine a unit for the metric family, based on known * OpenTelemetry metric names: * https://opentelemetry.io/docs/specs/semconv/general/metrics/#instrument-naming - * If successful, a new string is allocated on the heap and returned. This string must - * be freed using free(). If unsuccessful, NULL is returned. + * If successful, a new string is allocated on the heap and returned. This + * string must be freed using free(). If unsuccessful, NULL is returned. * * This is designed to be used like this: * fam->unit = default_unit(fam);