Clean-up: clean multi-line function call
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 13 May 2015 18:03:40 +0000 (14:03 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 13 May 2015 18:03:40 +0000 (14:03 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.02498 seconds and 4 git commands to generate.