]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
clang format 3587/head
authorBarbara Kaczorowska <bkjg@google.com>
Mon, 21 Sep 2020 10:31:26 +0000 (10:31 +0000)
committerBarbara Kaczorowska <bkjg@google.com>
Mon, 21 Sep 2020 10:31:26 +0000 (10:31 +0000)
src/utils/common/common.c

index 010b1fed537c0e44541e99b70042096286524a85..a60e106377fa899020a1978a55816b553c24049d 100644 (file)
@@ -888,7 +888,7 @@ int format_name(char *ret, int ret_len, const char *hostname,
     APPEND(hostname);
     APPEND("/");
   }
-  
+
   APPEND(plugin);
   if ((plugin_instance != NULL) && (plugin_instance[0] != 0)) {
     APPEND("-");