Clean-up: run format-cpp on the tree
[lttng-tools.git] / include / lttng / action / snapshot-session-internal.hpp
index 27a8795ade1f475a6d820ead0d7f0cd6d5b39645..3943fe8f31ba4de82e4f765995f7a08cdd57caa0 100644 (file)
@@ -8,10 +8,10 @@
 #ifndef LTTNG_ACTION_SNAPSHOT_SESSION_INTERNAL_H
 #define LTTNG_ACTION_SNAPSHOT_SESSION_INTERNAL_H
 
-#include <sys/types.h>
-
 #include <common/macros.hpp>
 
+#include <sys/types.h>
+
 struct lttng_action;
 struct lttng_payload_view;
 
@@ -21,8 +21,7 @@ struct lttng_payload_view;
  * On success, return the number of bytes consumed from `view`, and the created
  * action in `*action`. On failure, return -1.
  */
-extern ssize_t lttng_action_snapshot_session_create_from_payload(
-               struct lttng_payload_view *view,
-               struct lttng_action **action);
+extern ssize_t lttng_action_snapshot_session_create_from_payload(struct lttng_payload_view *view,
+                                                                struct lttng_action **action);
 
 #endif /* LTTNG_ACTION_SNAPSHOT_SESSION_INTERNAL_H */
This page took 0.022511 seconds and 4 git commands to generate.