Doc: cmake example: fix coding style
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / aligner-lib.cpp
index 946e5e3acf3527d841076504a417830898057403..77011665a1f018d7f240fccc2958c355956a5f14 100644 (file)
@@ -25,9 +25,9 @@
 #include "aligner-lib.h"
 #include "tracepoint-provider.h"
 
-void alignQuery(const std::string & queryName)
+void align_query(const std::string &query_name)
 {
-       tracepoint(gydle_om, alignQuery, queryName.c_str());
+       tracepoint(gydle_om, align_query, query_name.c_str());
 
        /* Do the actual alignment */
        /* ... */
This page took 0.024456 seconds and 4 git commands to generate.