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

index b587e6c03dc4de1146bcebacb00152960e23b176..7562a243a06f68b08b0bd917558f870b0bcbcb6b 100644 (file)
@@ -989,7 +989,8 @@ int parse_identifier_vl(const char *str, value_list_t *vl) /* {{{ */
   char *plugin = NULL;
   char *type = NULL;
   char *data_source = NULL;
-  int status = parse_identifier(str_copy, &host, &plugin, &type, &data_source, default_host);
+  int status = parse_identifier(str_copy, &host, &plugin, &type, &data_source,
+                                default_host);
   if (status != 0) {
     return status;
   }