From: Jérémie Galarneau Date: Thu, 24 Feb 2022 20:25:32 +0000 (-0500) Subject: Clean-up: lttng-live: left-over tabs in comment X-Git-Url: https://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=5cb27175157f132f8204c7b9ad98f383a1023f66 Clean-up: lttng-live: left-over tabs in comment Signed-off-by: Jérémie Galarneau Change-Id: I44784de7beb2b97779084d701faf89e9c4a03b3f Reviewed-on: https://review.lttng.org/c/babeltrace/+/7388 --- diff --git a/src/plugins/ctf/lttng-live/lttng-live.cpp b/src/plugins/ctf/lttng-live/lttng-live.cpp index e87de8d4..8b4fbb41 100644 --- a/src/plugins/ctf/lttng-live/lttng-live.cpp +++ b/src/plugins/ctf/lttng-live/lttng-live.cpp @@ -412,10 +412,10 @@ static enum lttng_live_iterator_status lttng_live_iterator_next_handle_one_no_da if (orig_state == LTTNG_LIVE_STREAM_QUIESCENT_NO_DATA && last_inact_ts == curr_inact_ts) { /* - * Because the stream is in the QUIESCENT_NO_DATA - * state, we can assert that the last_inactivity_ts was - * set and can be safely used in the `if` above. - */ + * Because the stream is in the QUIESCENT_NO_DATA + * state, we can assert that the last_inactivity_ts was + * set and can be safely used in the `if` above. + */ BT_ASSERT(lttng_live_stream->last_inactivity_ts.is_set); ret = LTTNG_LIVE_ITERATOR_STATUS_AGAIN;