]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
format_kairosdb: Format with contrib/format.sh
authorFlorian Forster <octo@google.com>
Fri, 17 Jul 2020 16:07:57 +0000 (18:07 +0200)
committerFlorian Forster <octo@google.com>
Wed, 29 Jul 2020 11:40:54 +0000 (13:40 +0200)
src/utils/format_kairosdb/format_kairosdb.c

index 68d17fd42514457508c9a2e98193fb1b59e430bf..2f4e7f67894f5a430a627eb237541c4f9a79140a 100644 (file)
@@ -76,7 +76,7 @@ static int json_add_string(yajl_gen g, char const *str) /* {{{ */
   do {                                                                         \
     int status = (f);                                                          \
     if (status != 0) {                                                         \
-      ERROR("format_kairosdb: %s failed with status %d", #f, status);                           \
+      ERROR("format_kairosdb: %s failed with status %d", #f, status);          \
       return status;                                                           \
     }                                                                          \
   } while (0)