Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-sessiond / context.hpp
index a55f571161d9f14d6aaa26b2d9194ce49e5a0c27..4a9653333d5bc8914b9c91af2cfdf41fda635020 100644 (file)
@@ -8,18 +8,18 @@
 #ifndef _LTT_CONTEXT_H
 #define _LTT_CONTEXT_H
 
-#include <lttng/lttng.h>
-
+#include "lttng-ust-ctl.hpp"
 #include "trace-kernel.hpp"
 #include "trace-ust.hpp"
-#include "lttng-ust-ctl.hpp"
+
+#include <lttng/lttng.h>
 
 int context_kernel_add(struct ltt_kernel_session *ksession,
-               const struct lttng_event_context *ctx,
-               const char *channel_name);
+                      const struct lttng_event_context *ctx,
+                      const char *channel_name);
 int context_ust_add(struct ltt_ust_session *usess,
-               enum lttng_domain_type domain,
-               const struct lttng_event_context *ctx,
-               const char *channel_name);
+                   enum lttng_domain_type domain,
+                   const struct lttng_event_context *ctx,
+                   const char *channel_name);
 
 #endif /* _LTT_CONTEXT_H */
This page took 0.022566 seconds and 4 git commands to generate.