X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Flttng-live%2Flttng-live.cpp;fp=src%2Fplugins%2Fctf%2Flttng-live%2Flttng-live.cpp;h=8b4fbb416c1cb8ba6d963a368806ceea5d5872b4;hp=e87de8d47aa18660ceb3540e46b1cfaeef4198f1;hb=5cb27175157f132f8204c7b9ad98f383a1023f66;hpb=768f9bcbf4b5acd09dda85ab32c0ea30d8826136 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;