Run clang-format on the whole tree
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / userspace-probe-elf-cxx-binary.cpp
index 544628ff9deee18bdf9e45d4c65f1745277e593c..18091e22d0244692899afb99d9e4405fe2db42c1 100644 (file)
@@ -9,7 +9,7 @@
 
 volatile int not_a_function = 0;
 
-void test_cxx_function() __attribute__ ((noinline));
+void test_cxx_function() __attribute__((noinline));
 void test_cxx_function()
 {
        not_a_function += 1;
This page took 0.024333 seconds and 4 git commands to generate.