From: elene-margalit Date: Tue, 1 Sep 2020 10:37:03 +0000 (+0200) Subject: Formatted code. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84e60deb74afaf8c12aa4e09653306c014b1d12f;p=thirdparty%2Fcollectd.git Formatted code. --- diff --git a/src/daemon/metric.c b/src/daemon/metric.c index 67a755361..b132f01df 100644 --- a/src/daemon/metric.c +++ b/src/daemon/metric.c @@ -51,7 +51,6 @@ int distribution_sum_marshal_text(strbuf_t *buf, distribution_t *dist) { return strbuf_printf(buf, GAUGE_FORMAT, distribution_total_sum(dist)); } - int value_marshal_text(strbuf_t *buf, value_t v, metric_type_t type) { switch (type) { case METRIC_TYPE_GAUGE: