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