Doc: cmake example: fix coding style
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / tester.cpp
index 6bc486df880952e98a67e3c396b9c9d25b8ff70b..8368c9326bb36f8360fb79e1130fdb4af5fd4230 100644 (file)
 int main(int argc, char **argv)
 {
        /* Generate alignment */
-       alignQuery("moleculeX");
+       align_query("moleculeX");
 
        /* Test alignment */
-       testAlignment("my-alignment");
+       test_alignment("my-alignment");
 
        return 0;
 }
This page took 0.022442 seconds and 4 git commands to generate.