Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / regression / ust / type-declarations / type-declarations.c
index d7d2aff73939f408218e3d2eac14d09784ba6a2c..7ac8981ca5132efa3d3c7ebee99de76a726c4e60 100644 (file)
@@ -20,8 +20,8 @@ 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.02281 seconds and 4 git commands to generate.