Fixed code styling
[collectd.git] / src / utils_tail_match.c
index 5062209..79868fc 100644 (file)
@@ -150,8 +150,9 @@ static int latency_submit_match(cu_match_t *match, void *user_data) {
         bucket.upper_bound ? CDTIME_T_TO_DOUBLE(bucket.upper_bound) : INFINITY;
 
     if (strlen(data->type_instance) != 0)
-      snprintf(vl.type_instance, sizeof(vl.type_instance), "%.54s-%.54s-%.2g_%.2g",
-               data->type, data->type_instance, lower_bound, upper_bound);
+      snprintf(vl.type_instance, sizeof(vl.type_instance),
+               "%.54s-%.54s-%.2g_%.2g", data->type, data->type_instance,
+               lower_bound, upper_bound);
     else
       snprintf(vl.type_instance, sizeof(vl.type_instance), "%.107s-%.2g_%.2g",
                data->type, lower_bound, upper_bound);