From bb9f214082555e181b5a0dc7a7dfdc03a5b827cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 18 Mar 2024 14:39:46 -0400 Subject: [PATCH] Clean-up: relayd: live: run clang-format against live.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I6e5e9c49ba8904c93dded7fe5a183c5bba2660fb --- src/bin/lttng-relayd/live.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- 2.34.1