Another round of clang-format
[collectd.git] / src / protocols.c
index 86fa795..8d3dafa 100644 (file)
@@ -155,7 +155,7 @@ static int read_file(const char *path) {
         char match_name[2 * DATA_MAX_NAME_LEN];
 
         ssnprintf(match_name, sizeof(match_name), "%s:%s", key_buffer,
-                 key_fields[i]);
+                  key_fields[i]);
 
         if (ignorelist_match(values_list, match_name))
           continue;