Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-sessiond / agent-thread.hpp
index d84ea61721f21cacfb2d8879d7d2d65b9490ff61..86d0a9b881ab888d2aa1ec70b613abe47f41e3fe 100644 (file)
@@ -17,14 +17,12 @@ bool agent_tracing_is_enabled(void);
 
 #else /* HAVE_LIBLTTNG_UST_CTL */
 
-static inline
-bool launch_agent_management_thread(void)
+static inline bool launch_agent_management_thread(void)
 {
        return true;
 }
 
-static inline
-bool agent_tracing_is_enabled(void)
+static inline bool agent_tracing_is_enabled(void)
 {
        return false;
 }
This page took 0.022889 seconds and 4 git commands to generate.