From 07f47466ad6c5cdf2223f94fc8dfbcb67279cc30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 16 Jan 2025 17:10:02 +0000 Subject: [PATCH] Clean-up: sessiond: fix comment style MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I269c049085c589da49868dec394be9bcc3917c2b Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/notification-thread-events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/notification-thread-events.cpp b/src/bin/lttng-sessiond/notification-thread-events.cpp index 90ce22879..519c73428 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.cpp +++ b/src/bin/lttng-sessiond/notification-thread-events.cpp @@ -4083,7 +4083,7 @@ receive_fds: } } - /* At this point the message is complete.*/ + /* At this point the message is complete. */ LTTNG_ASSERT(client->communication.inbound.bytes_to_receive == 0 && client->communication.inbound.fds_to_receive == 0); ret = client_dispatch_message(client, state); -- 2.39.5