From: Jérémie Galarneau Date: Mon, 18 Mar 2024 18:39:46 +0000 (-0400) Subject: Clean-up: relayd: live: run clang-format against live.cpp X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=bb9f214082555e181b5a0dc7a7dfdc03a5b827cd Clean-up: relayd: live: run clang-format against live.cpp Signed-off-by: Jérémie Galarneau Change-Id: I6e5e9c49ba8904c93dded7fe5a183c5bba2660fb --- diff --git a/src/bin/lttng-relayd/live.cpp b/src/bin/lttng-relayd/live.cpp index 1168b827a..699778d0e 100644 --- a/src/bin/lttng-relayd/live.cpp +++ b/src/bin/lttng-relayd/live.cpp @@ -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; }