Clean-up: clean multi-line function call
[babeltrace.git] / formats / ctf / ir / visitor.c
index 9082138d6669151eb549a25fbefc8ac25ee715c6..7d3e1fc0732b9d232911e1abf6b15dffbfdba0f9 100644 (file)
@@ -730,8 +730,7 @@ void print_path(const char *field_name,
        }
 
        printf_verbose("Resolved field \"%s\" as type \"%s\", ",
-               field_name,
-               type_names[type_id]);
+               field_name, type_names[type_id]);
        printf_verbose("path: %s",
                absolute_path_prefixes[field_path->root]);
 
This page took 0.023442 seconds and 4 git commands to generate.