From ef4c75979f6273113756a52c64e7232ab0837baf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 13 May 2015 14:03:40 -0400 Subject: [PATCH] Clean-up: clean multi-line function call MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- formats/ctf/ir/visitor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/formats/ctf/ir/visitor.c b/formats/ctf/ir/visitor.c index 9082138d..7d3e1fc0 100644 --- a/formats/ctf/ir/visitor.c +++ b/formats/ctf/ir/visitor.c @@ -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]); -- 2.34.1