Clean-up: line exceeding 80 chars in trace.c
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 11 May 2015 21:33:25 +0000 (17:33 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 11 May 2015 21:39:24 +0000 (17:39 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/ir/trace.c

index 0943e8f97c123aed0c1315ce5a9d579415d6ca16..a2046b9d04eb889d5a9ac7f0479ee12f847b28cb 100644 (file)
@@ -463,7 +463,8 @@ int bt_ctf_trace_add_stream_class(struct bt_ctf_trace *trace,
                        }
                }
 
-               if (bt_ctf_stream_class_set_id_no_check(stream_class, stream_id)) {
+               if (bt_ctf_stream_class_set_id_no_check(stream_class,
+                       stream_id)) {
                        /* TODO Should retry with a different stream id */
                        ret = -1;
                        goto end;
This page took 0.024958 seconds and 4 git commands to generate.