X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Funit%2Ftest_event_expr_to_bytecode.cpp;h=48f13e71ee0d9c189bad28aa3580ca10ef2978f3;hb=28ab034a2c3582d07d3423d2d746731f87d3969f;hp=fae7eb26ebe214f567a37bdf12bcd0abbf49e73a;hpb=740da7d5000ca1ffdcf14bda5096bf7ccfb86bdd;p=lttng-tools.git diff --git a/tests/unit/test_event_expr_to_bytecode.cpp b/tests/unit/test_event_expr_to_bytecode.cpp index fae7eb26e..48f13e71e 100644 --- a/tests/unit/test_event_expr_to_bytecode.cpp +++ b/tests/unit/test_event_expr_to_bytecode.cpp @@ -5,15 +5,16 @@ * */ -#include -#include +#include + +#include #include + #include #define NR_TESTS 4 -static -void test_event_payload_field(void) +static void test_event_payload_field(void) { struct lttng_event_expr *event_expr; struct lttng_bytecode *bytecode = NULL; @@ -28,8 +29,7 @@ void test_event_payload_field(void) free(bytecode); } -static -void test_channel_context_field(void) +static void test_channel_context_field(void) { struct lttng_event_expr *event_expr; struct lttng_bytecode *bytecode = NULL; @@ -44,8 +44,7 @@ void test_channel_context_field(void) free(bytecode); } -static -void test_app_specific_context_field(void) +static void test_app_specific_context_field(void) { struct lttng_event_expr *event_expr; struct lttng_bytecode *bytecode = NULL; @@ -60,8 +59,7 @@ void test_app_specific_context_field(void) free(bytecode); } -static -void test_array_field_element(void) +static void test_array_field_element(void) { struct lttng_event_expr *event_expr; struct lttng_bytecode *bytecode = NULL;