X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-cxx-binary%2Ftest_class.hpp;h=05babd4ce723610b817a6effac18500db41d2c7d;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hp=aa518e425fba349dd93633dbe5fab1b0f1443ad4;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b;p=lttng-tools.git diff --git a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp index aa518e425..05babd4ce 100644 --- a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp +++ b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp @@ -5,12 +5,9 @@ * */ -class test_class -{ +class test_class { public: test_class(); void test_method(); volatile int test_member; }; - -