Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / common / snapshot.hpp
index d7442152f16af428d433330c646d52d1db9d72b5..3018fb813034043798ba0f4f65d73643a2e0245c 100644 (file)
@@ -20,20 +20,16 @@ struct mi_writer;
 
 bool lttng_snapshot_output_validate(const struct lttng_snapshot_output *output);
 
-bool lttng_snapshot_output_is_equal(
-               const struct lttng_snapshot_output *a,
-               const struct lttng_snapshot_output *b);
+bool lttng_snapshot_output_is_equal(const struct lttng_snapshot_output *a,
+                                   const struct lttng_snapshot_output *b);
 
-int lttng_snapshot_output_serialize(
-               const struct lttng_snapshot_output *output,
-               struct lttng_payload *payload);
+int lttng_snapshot_output_serialize(const struct lttng_snapshot_output *output,
+                                   struct lttng_payload *payload);
 
-ssize_t lttng_snapshot_output_create_from_payload(
-               struct lttng_payload_view *view,
-               struct lttng_snapshot_output **output_p);
+ssize_t lttng_snapshot_output_create_from_payload(struct lttng_payload_view *view,
+                                                 struct lttng_snapshot_output **output_p);
 
-enum lttng_error_code lttng_snapshot_output_mi_serialize(
-               const struct lttng_snapshot_output *output,
-               struct mi_writer *writer);
+enum lttng_error_code lttng_snapshot_output_mi_serialize(const struct lttng_snapshot_output *output,
+                                                        struct mi_writer *writer);
 
 #endif /* COMMON_SNAPSHOT_H */
This page took 0.022444 seconds and 4 git commands to generate.