From: Florian Forster Date: Mon, 12 Sep 2016 18:19:57 +0000 (+0200) Subject: src/utils_format_graphite.c: Re-insert blank line. X-Git-Tag: collectd-5.7.0~100^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=7e2fd35065855e81dbcb90f5463b62723e637f31;p=collectd.git src/utils_format_graphite.c: Re-insert blank line. --- diff --git a/src/utils_format_graphite.c b/src/utils_format_graphite.c index f09e0bc8..0af586ff 100644 --- a/src/utils_format_graphite.c +++ b/src/utils_format_graphite.c @@ -161,6 +161,7 @@ static int gr_format_name (char *ret, int ret_len, } else sstrncpy (tmp_type, n_type, sizeof (tmp_type)); + /* Assert always_append_ds -> ds_name */ assert (!(flags & GRAPHITE_ALWAYS_APPEND_DS) || (ds_name != NULL)); if (ds_name != NULL)