X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-cxx-binary%2Fuserspace-probe-elf-cxx-binary.cpp;h=e135416367da19b2dfcf5ad07fb15ced1718153d;hb=HEAD;hp=544628ff9deee18bdf9e45d4c65f1745277e593c;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;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..e13541636 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,13 +9,13 @@ 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; } -int main(void) +int main() { test_class my_test_class; /* Call test function. */