From: Mathieu Desnoyers Date: Fri, 19 Jul 2013 15:29:14 +0000 (-0400) Subject: Cleanup: ust-consumer: wrong indentation X-Git-Tag: v2.2.3~6 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=f1d912ca1c73701b933a7c00cf7538c58e18d023 Cleanup: ust-consumer: wrong indentation Signed-off-by: Mathieu Desnoyers --- diff --git a/src/common/ust-consumer/ust-consumer.c b/src/common/ust-consumer/ust-consumer.c index 9550ef424..b5dfa5e74 100644 --- a/src/common/ust-consumer/ust-consumer.c +++ b/src/common/ust-consumer/ust-consumer.c @@ -619,7 +619,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();