Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / common / spawn-viewer.hpp
index 4c2fe0252824b30afcfa3404cf30534c8eb6d851..f7c7a82b5fde0ea2e4c98c62ba191cec8e24d126 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include <lttng/lttng-export.h>
+
 #include <stdbool.h>
 
 /*
@@ -21,7 +22,7 @@
  * This symbol was mistakenly made public before the 2.12 release. It can't
  * be removed (but it can be stubbed-out if necessary).
  */
-extern "C" LTTNG_EXPORT
-int spawn_viewer(const char *trace_path, char *opt_viewer, bool opt_live_mode);
+extern "C" LTTNG_EXPORT int
+spawn_viewer(const char *trace_path, char *opt_viewer, bool opt_live_mode);
 
 #endif /* ifndef LTTNG_SPAWN_VIEWER_H */
This page took 0.025492 seconds and 4 git commands to generate.