Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-sessiond / action-executor.hpp
index 85d5931fedb9fa09188652d0646036f9fc9d08da..4fc874f15b38773319a5121797df6e5c1d13a06f 100644 (file)
@@ -22,8 +22,7 @@ enum action_executor_status {
        ACTION_EXECUTOR_STATUS_INVALID,
 };
 
-struct action_executor *action_executor_create(
-               struct notification_thread_handle *handle);
+struct action_executor *action_executor_create(struct notification_thread_handle *handle);
 
 void action_executor_destroy(struct action_executor *executor);
 
@@ -37,11 +36,11 @@ void action_executor_destroy(struct action_executor *executor);
  * This function assumes the ownership of the `evaluation` both on success and
  * failure: the caller should no longer access it once the function returns.
  */
-enum action_executor_status action_executor_enqueue_trigger(
-               struct action_executor *executor,
-               struct lttng_trigger *trigger,
-               struct lttng_evaluation *evaluation,
-               const struct lttng_credentials *object_creds,
-               struct notification_client_list *list);
+enum action_executor_status
+action_executor_enqueue_trigger(struct action_executor *executor,
+                               struct lttng_trigger *trigger,
+                               struct lttng_evaluation *evaluation,
+                               const struct lttng_credentials *object_creds,
+                               struct notification_client_list *list);
 
 #endif /* ACTION_EXECUTOR_H */
This page took 0.022735 seconds and 4 git commands to generate.