Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.hpp
index ab736d55b39eef1e59078135c316cc286ea97d3d..f21d5abba90c8205cafee47eac4c73faa92f6a48 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <common/consumer/consumer.hpp>
 
-#define NR_LTTNG_CONSUMER_READY                1
+#define NR_LTTNG_CONSUMER_READY 1
 extern int lttng_consumer_ready;
 
 extern const char *tracing_group_name;
@@ -21,7 +21,6 @@ extern const char *tracing_group_name;
  * have a C linkage name makes it easier, as it avoids having to look up a
  * mangled name.
  */
-extern "C" LTTNG_EXPORT
-enum lttng_consumer_type lttng_consumer_get_type();
+extern "C" LTTNG_EXPORT enum lttng_consumer_type lttng_consumer_get_type();
 
 #endif /* _LTTNG_CONSUMERD_H */
This page took 0.022592 seconds and 4 git commands to generate.