Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-sessiond / notify-apps.hpp
index 152a52a2058b431936ed4f3b5842001fb7287ec7..75301e2020aab55e6b77a93d338c661b8b5b67bd 100644 (file)
@@ -14,9 +14,8 @@ bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd);
 
 #else /* HAVE_LIBLTTNG_UST_CTL */
 
-static
-bool launch_application_notification_thread(
-               int apps_cmd_notify_pipe_read_fd __attribute__((unused)))
+static bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd
+                                                  __attribute__((unused)))
 {
        return true;
 }
This page took 0.023363 seconds and 4 git commands to generate.