Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-relayd / main.cpp
index e3eb9d72ef9c59a68ddc561abe9a01bf41559d90..1de1f1853009e10cac954e690edd2aeaa2b25c4f 100644 (file)
@@ -1321,12 +1321,13 @@ static void *relay_thread_dispatcher(void *data __attribute__((unused)))
                         * the data will be read at some point in time
                         * or wait to the end of the world :)
                         */
-                       ret = lttng_write(relay_conn_pipe[1], &new_conn, sizeof(new_conn)); /* NOLINT
-                                                                                              sizeof
-                                                                                              used
-                                                                                              on a
-                                                                                              pointer.
-                                                                                            */
+                       ret = lttng_write(
+                               relay_conn_pipe[1], &new_conn, sizeof(new_conn)); /* NOLINT
+                                                                                    sizeof
+                                                                                    used
+                                                                                    on a
+                                                                                    pointer.
+                                                                                  */
                        if (ret < 0) {
                                PERROR("write connection pipe");
                                connection_put(new_conn);
This page took 0.023509 seconds and 4 git commands to generate.