.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / tests / regression / ust / type-declarations / type-declarations.c
index d4a2ff2821bb3360886a917b5abca3b9be3c797a..7ac8981ca5132efa3d3c7ebee99de76a726c4e60 100644 (file)
 #define TRACEPOINT_CREATE_PROBES
 #include "ust_tests_td.h"
 
-int main(int argc, char *argv[])
+int main(void)
 {
        int i;
 
        for (i = 0; i < 2; i++) {
-               tracepoint(ust_tests_td, tptest, i % 2, (i+1) % 2, i % 21);
-               tracepoint(ust_tests_td, tptest_bis,  i % 2);
+               tracepoint(ust_tests_td, tptest, i % 2, (i + 1) % 2, i % 21);
+               tracepoint(ust_tests_td, tptest_bis, i % 2);
        }
 
        tracepoint(ust_tests_td, test_auto);
This page took 0.025093 seconds and 4 git commands to generate.