plugins/ctf/fs-src/data-stream.c: fix text width
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 5 May 2017 19:29:52 +0000 (15:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:42 +0000 (12:57 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/fs-src/data-stream.c

index 38843d7bd2a394c4dcf74a3dffaaf2a89a46b5b6..016e3fc5411713944ac016a7e833fddc5999e00c 100644 (file)
@@ -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;
This page took 0.02438 seconds and 4 git commands to generate.