X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Ftype-declarations%2Ftype-declarations.c;fp=tests%2Fregression%2Fust%2Ftype-declarations%2Ftype-declarations.c;h=7ac8981ca5132efa3d3c7ebee99de76a726c4e60;hp=d7d2aff73939f408218e3d2eac14d09784ba6a2c;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/tests/regression/ust/type-declarations/type-declarations.c b/tests/regression/ust/type-declarations/type-declarations.c index d7d2aff73..7ac8981ca 100644 --- a/tests/regression/ust/type-declarations/type-declarations.c +++ b/tests/regression/ust/type-declarations/type-declarations.c @@ -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);