From: elene-margalit Date: Wed, 9 Sep 2020 10:40:57 +0000 (+0200) Subject: Clang format. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb3cdf5f2e4fa044bda59677c8fe48fe2184666c;p=thirdparty%2Fcollectd.git Clang format. --- diff --git a/src/daemon/metric.c b/src/daemon/metric.c index c03434f97..b132f01df 100644 --- a/src/daemon/metric.c +++ b/src/daemon/metric.c @@ -643,4 +643,3 @@ metric_t *metric_parse_identity(char const *buf) { return fam->metric.ptr; } - diff --git a/src/daemon/metric.h b/src/daemon/metric.h index 622037da0..3167cd9b0 100644 --- a/src/daemon/metric.h +++ b/src/daemon/metric.h @@ -201,4 +201,3 @@ metric_family_t *metric_family_clone(metric_family_t const *fam); *the element in the source list. */ #endif -