From: Jérémie Galarneau Date: Mon, 11 May 2015 21:33:25 +0000 (-0400) Subject: Clean-up: line exceeding 80 chars in trace.c X-Git-Tag: v2.0.0-pre1~1243 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=0ddffae5600bafb4d6583ea08afc8dc21b5d1e55 Clean-up: line exceeding 80 chars in trace.c Signed-off-by: Jérémie Galarneau --- diff --git a/formats/ctf/ir/trace.c b/formats/ctf/ir/trace.c index 0943e8f9..a2046b9d 100644 --- a/formats/ctf/ir/trace.c +++ b/formats/ctf/ir/trace.c @@ -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;