Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-sessiond / dispatch.hpp
index d5ec8c9c32ca27702fe92a8442edeb33afff4c00..d3e57368a092095429a30a3dba3ed1165f48ce95 100644 (file)
 #ifndef SESSIOND_UST_DISPATCH_THREAD_H
 #define SESSIOND_UST_DISPATCH_THREAD_H
 
-#include <stdbool.h>
 #include "lttng-sessiond.hpp"
 
+#include <stdbool.h>
+
 bool launch_ust_dispatch_thread(struct ust_cmd_queue *cmd_queue,
-               int apps_cmd_pipe_write_fd,
-               int apps_cmd_notify_write_fd);
+                               int apps_cmd_pipe_write_fd,
+                               int apps_cmd_notify_write_fd);
 
 #endif /* SESSIOND_UST_DISPATCH_THREAD_H */
This page took 0.024371 seconds and 4 git commands to generate.