From: Philippe Proulx Date: Fri, 5 May 2017 19:29:52 +0000 (-0400) Subject: plugins/ctf/fs-src/data-stream.c: fix text width X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8915b7a70c0179a9edddda5c8c907a6d4b038c09;p=deliverable%2Fbabeltrace.git plugins/ctf/fs-src/data-stream.c: fix text width Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/plugins/ctf/fs-src/data-stream.c b/plugins/ctf/fs-src/data-stream.c index 38843d7bd..016e3fc54 100644 --- a/plugins/ctf/fs-src/data-stream.c +++ b/plugins/ctf/fs-src/data-stream.c @@ -434,8 +434,8 @@ struct bt_notification_iterator_next_return ctf_fs_stream_next( goto translate_status; } - notif_iter_status = bt_ctf_notif_iter_get_next_notification(stream->notif_iter, - stream->cc_prio_map, &ret.notification); + notif_iter_status = bt_ctf_notif_iter_get_next_notification( + stream->notif_iter, stream->cc_prio_map, &ret.notification); if (notif_iter_status != BT_CTF_NOTIF_ITER_STATUS_OK && notif_iter_status != BT_CTF_NOTIF_ITER_STATUS_EOF) { goto translate_status;