Skip to content

Commit

Permalink
Clean-up: relayd: live: run clang-format against live.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Galarneau <[email protected]>
Change-Id: I6e5e9c49ba8904c93dded7fe5a183c5bba2660fb
  • Loading branch information
jgalar committed Mar 18, 2024
1 parent 79d885c commit bb9f214
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bin/lttng-relayd/live.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit bb9f214

Please sign in to comment.