Clean-up: relayd: live: run clang-format against live.cpp
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 18 Mar 2024 18:39:46 +0000 (14:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 18 Mar 2024 18:39:46 +0000 (14:39 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I6e5e9c49ba8904c93dded7fe5a183c5bba2660fb

src/bin/lttng-relayd/live.cpp

index 1168b827a6d13122d06683fbdeae1b278d5b9c23..699778d0e4ef2c144e4bcaba390387750b2f7606 100644 (file)
@@ -262,7 +262,9 @@ static int check_new_streams(struct relay_connection *conn)
        }
 
 end:
-       DBG("Viewer connection has%s new streams: socket_fd = %d", ret == 0 ? " no" : "", conn->sock->fd);
+       DBG("Viewer connection has%s new streams: socket_fd = %d",
+           ret == 0 ? " no" : "",
+           conn->sock->fd);
        return ret;
 }
 
This page took 0.026359 seconds and 4 git commands to generate.