From: Jérémie Galarneau Date: Tue, 11 Aug 2020 16:22:19 +0000 (-0400) Subject: Clean-up: sessiond manage-consumer: change space to tabs X-Git-Tag: v2.13.0-rc1~523 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=52c50f8f5aa2e0f7314a67b86c6e40ff9afe7bb6 Clean-up: sessiond manage-consumer: change space to tabs Signed-off-by: Jérémie Galarneau Change-Id: Ic897e04aa96bd58c6e8dd340f8537af86c2dd478 --- diff --git a/src/bin/lttng-sessiond/manage-consumer.c b/src/bin/lttng-sessiond/manage-consumer.c index 70c41206d..380cd057c 100644 --- a/src/bin/lttng-sessiond/manage-consumer.c +++ b/src/bin/lttng-sessiond/manage-consumer.c @@ -22,7 +22,7 @@ struct thread_notifiers { struct lttng_pipe *quit_pipe; struct consumer_data *consumer_data; - sem_t ready; + sem_t ready; int initialization_result; }; @@ -36,7 +36,7 @@ static void mark_thread_as_ready(struct thread_notifiers *notifiers) static void mark_thread_intialization_as_failed( struct thread_notifiers *notifiers) { - ERR("Consumer management thread entering error state"); + ERR("Consumer management thread entering error state"); notifiers->initialization_result = -1; sem_post(¬ifiers->ready); }