Clean-up: run format-cpp on the tree
[lttng-tools.git] / include / lttng / action / path-internal.hpp
index f07776b9bb251790c5a741ed56a1fa01ce3ea562..4ad63844915f6bd51b7e807ba48876ebbb095d03 100644 (file)
@@ -8,25 +8,25 @@
 #ifndef LTTNG_ACTION_PATH_INTERNAL_H
 #define LTTNG_ACTION_PATH_INTERNAL_H
 
-#include <lttng/action/path.h>
-#include <common/macros.hpp>
 #include <common/dynamic-array.hpp>
+#include <common/macros.hpp>
 #include <common/payload-view.hpp>
 #include <common/payload.hpp>
+
+#include <lttng/action/path.h>
+
 #include <sys/types.h>
 
 struct lttng_action_path {
        struct lttng_dynamic_array indexes;
 };
 
-int lttng_action_path_copy(const struct lttng_action_path *src,
-               struct lttng_action_path **dst);
+int lttng_action_path_copy(const struct lttng_action_path *src, struct lttng_action_path **dst);
 
-ssize_t lttng_action_path_create_from_payload(
-               struct lttng_payload_view *view,
-               struct lttng_action_path **action_path);
+ssize_t lttng_action_path_create_from_payload(struct lttng_payload_view *view,
+                                             struct lttng_action_path **action_path);
 
 int lttng_action_path_serialize(const struct lttng_action_path *action_path,
-               struct lttng_payload *payload);
+                               struct lttng_payload *payload);
 
 #endif /* LTTNG_ACTION_PATH_INTERNAL_H */
This page took 0.023297 seconds and 4 git commands to generate.