From 5cb27175157f132f8204c7b9ad98f383a1023f66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 24 Feb 2022 15:25:32 -0500 Subject: [PATCH] Clean-up: lttng-live: left-over tabs in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I44784de7beb2b97779084d701faf89e9c4a03b3f Reviewed-on: https://review.lttng.org/c/babeltrace/+/7388 --- src/plugins/ctf/lttng-live/lttng-live.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.34.1