Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-2.hpp
index 010bbb127940554f7699ad765efe2f3f5d089375..4686949be2710e494d52b6690516e0d5170e0445 100644 (file)
  */
 
 #include "lttng-relayd.hpp"
+
 #include <common/buffer-view.hpp>
 
 int cmd_recv_stream_2_2(const struct lttng_buffer_view *payload,
-               char **path_name, char **channel_name,
-               uint64_t *tracefile_size, uint64_t *tracefile_count);
+                       char **path_name,
+                       char **channel_name,
+                       uint64_t *tracefile_size,
+                       uint64_t *tracefile_count);
 
 #endif /* RELAYD_CMD_2_2_H */
This page took 0.022897 seconds and 4 git commands to generate.