From: Jérémie Galarneau Date: Tue, 16 Jun 2020 03:48:37 +0000 (-0400) Subject: Clean-up: sessiond: change spaces to tab X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=0d163d5645d20f80a06b4c8d893e6d00036a6235;ds=sidebyside Clean-up: sessiond: change spaces to tab Signed-off-by: Jérémie Galarneau Change-Id: Iac3eae770fa258f0ff1ea7dddbdc93ac32f4a2dc --- diff --git a/src/bin/lttng-sessiond/client.c b/src/bin/lttng-sessiond/client.c index f6f802869..a878c79bd 100644 --- a/src/bin/lttng-sessiond/client.c +++ b/src/bin/lttng-sessiond/client.c @@ -2215,7 +2215,7 @@ static void *thread_manage_clients(void *data) } /* Set state as running. */ - set_thread_status(true); + set_thread_status(true); pthread_cleanup_pop(0); /* This testpoint is after we signal readiness to the parent. */