]> git.lttng.org Git - lttng-tools.git/commitdiff
Clean-up: sessiond: fix comment style
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Jan 2025 17:10:02 +0000 (17:10 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Jan 2025 17:10:02 +0000 (17:10 +0000)
Change-Id: I269c049085c589da49868dec394be9bcc3917c2b
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/notification-thread-events.cpp

index 90ce228797df73d4b6d1fc1b3af010b7dea11fc7..519c73428ff9da4412604d51b160065eee0ad8e4 100644 (file)
@@ -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);
This page took 0.030854 seconds and 4 git commands to generate.