Doc: cmake example: fix coding style
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / tester-lib.cpp
index 8fb90a0767844be5b18a0769a5eb4478ea3a676e..bc893ccf11f2bb2e76034d51138eb0e1a1d436be 100644 (file)
@@ -25,7 +25,7 @@
 #include "tester-lib.h"
 #include "tracepoint-provider.h"
 
-void testAlignment(const std::string & alignment)
+void test_alignment(const std::string &alignment)
 {
-       tracepoint(gydle_om, testAlignment, alignment.c_str());
+       tracepoint(gydle_om, test_alignment, alignment.c_str());
 }
This page took 0.024975 seconds and 4 git commands to generate.