From 7e2fd35065855e81dbcb90f5463b62723e637f31 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 12 Sep 2016 20:19:57 +0200 Subject: [PATCH] src/utils_format_graphite.c: Re-insert blank line. --- src/utils_format_graphite.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.11.0