Cleanup: ust-consumer: wrong indentation
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 4f374f030a9ed1f061a021b8836c4c1c250488ff..5bcca4e17a3d94622f423d8a30e410e05473d741 100644 (file)
@@ -579,7 +579,7 @@ static int flush_channel(uint64_t chan_key)
        cds_lfht_for_each_entry_duplicate(ht->ht,
                        ht->hash_fct(&channel->key, lttng_ht_seed), ht->match_fct,
                        &channel->key, &iter.iter, stream, node_channel_id.node) {
-                       ustctl_flush_buffer(stream->ustream, 1);
+               ustctl_flush_buffer(stream->ustream, 1);
        }
 error:
        rcu_read_unlock();
@@ -1568,8 +1568,6 @@ int lttng_ustconsumer_read_subbuffer(struct lttng_consumer_stream *stream,
        DBG("In UST read_subbuffer (wait_fd: %d, name: %s)", stream->wait_fd,
                        stream->name);
 
-       sleep(1);
-
        /* Ease our life for what's next. */
        ustream = stream->ustream;
 
This page took 0.023546 seconds and 4 git commands to generate.