Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / common / daemonize.hpp
index d1ec1cb424400382fde60e02928f5c40ee91b460..9e39e2b19dbd81cfe65ee0db41de347aecde97e8 100644 (file)
@@ -9,9 +9,10 @@
  *
  */
 
-#include <unistd.h>
 #include <common/macros.hpp>
 
+#include <unistd.h>
+
 /*
  * Daemonize this process by forking and making the parent wait for the child
  * to signal it indicating readiness. Once received, the parent successfully
@@ -22,7 +23,6 @@
  *
  * Return 0 on success else -1 on error.
  */
-int lttng_daemonize(pid_t *child_ppid, int *completion_flag,
-               int close_fds);
+int lttng_daemonize(pid_t *child_ppid, int *completion_flag, int close_fds);
 
 #endif /* LTTNG_DAEMONIZE_H */
This page took 0.024223 seconds and 4 git commands to generate.