Clean-up: sessiond manage-consumer: change space to tabs
[lttng-tools.git] / src / bin / lttng-sessiond / manage-consumer.c
index 70c41206d95b7d52f1fb834a681f8dcf017bca64..380cd057c906ba2856881cb238cd517ecd588fd7 100644 (file)
@@ -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(&notifiers->ready);
 }
This page took 0.023883 seconds and 5 git commands to generate.