src/utils_format_graphite.c: Re-insert blank line.
authorFlorian Forster <ff@octo.it>
Mon, 12 Sep 2016 18:19:57 +0000 (20:19 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Sep 2016 18:19:57 +0000 (20:19 +0200)
src/utils_format_graphite.c

index f09e0bc..0af586f 100644 (file)
@@ -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)