Run clang-format on the whole tree
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / test_class.cpp
index 83bde0b205bd1e8eb8ffc69ab63f09db1155b42f..7dd53df39c1b3dd10b9e2fb6fb33cbb7a1064942 100644 (file)
@@ -5,11 +5,13 @@
  *
  */
 
-#include "test_class.h"
-test_class::test_class() {
+#include "test_class.hpp"
+test_class::test_class()
+{
        test_member = 1;
 }
 
-void test_class::test_method() {
+void test_class::test_method()
+{
        test_member += 1;
 }
This page took 0.023465 seconds and 4 git commands to generate.