Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / test_class.hpp
index aa518e425fba349dd93633dbe5fab1b0f1443ad4..05babd4ce723610b817a6effac18500db41d2c7d 100644 (file)
@@ -5,12 +5,9 @@
  *
  */
 
-class test_class
-{
+class test_class {
 public:
        test_class();
        void test_method();
        volatile int test_member;
 };
-
-
This page took 0.022438 seconds and 4 git commands to generate.