Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-sessiond / utils.hpp
index 5cbf7487ff5abb7a1b7e3cbbdcdfab550e754b5b..9ad48e1060cee85c17f9ccd89de538fb250782e3 100644 (file)
@@ -14,8 +14,11 @@ struct consumer_output;
 
 const char *get_home_dir(void);
 int notify_thread_pipe(int wpipe);
-int loglevels_match(int a_loglevel_type, int a_loglevel_value,
-       int b_loglevel_type, int b_loglevel_value, int loglevel_all_type);
+int loglevels_match(int a_loglevel_type,
+                   int a_loglevel_value,
+                   int b_loglevel_type,
+                   int b_loglevel_value,
+                   int loglevel_all_type);
 const char *session_get_base_path(const struct ltt_session *session);
 const char *consumer_output_get_base_path(const struct consumer_output *output);
 
This page took 0.023123 seconds and 4 git commands to generate.