X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-cxx-binary%2Fuserspace-probe-elf-cxx-binary.cpp;h=18091e22d0244692899afb99d9e4405fe2db42c1;hb=28ab034a2c3582d07d3423d2d746731f87d3969f;hp=544628ff9deee18bdf9e45d4c65f1745277e593c;hpb=52e345b9ac912d033c2a2c25a170a01cf209839d;p=lttng-tools.git diff --git a/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary.cpp b/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary.cpp index 544628ff9..18091e22d 100644 --- a/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary.cpp +++ b/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary.cpp @@ -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;