From: Jérémie Galarneau Date: Thu, 16 Jan 2025 17:10:02 +0000 (+0000) Subject: Clean-up: sessiond: fix comment style X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=07f47466ad6c5cdf2223f94fc8dfbcb67279cc30;p=lttng-tools.git Clean-up: sessiond: fix comment style Change-Id: I269c049085c589da49868dec394be9bcc3917c2b Signed-off-by: Jérémie Galarneau --- 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);