Skip to content

Commit

Permalink
in_dummy: convert indentation to spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscovalentecastro committed Oct 19, 2023
1 parent 3d43bed commit 7464658
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/runtime/in_simple_systems.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,26 +574,26 @@ void flb_test_in_dummy_flush()
"fixed_timestamp", "on",
NULL);
do_test_records_single("dummy", flb_test_dummy_records_message_copies_1,
"copies", "1",
NULL);
"copies", "1",
NULL);
do_test_records_single("dummy", flb_test_dummy_records_message_copies_5,
"copies", "5",
NULL);
"copies", "5",
NULL);
do_test_records_single("dummy", flb_test_dummy_records_message_copies_100,
"copies", "100",
NULL);
"copies", "100",
NULL);
do_test_records_wait_time("dummy", 3, flb_test_dummy_records_message_time_interval_3_rate_1,
"time_interval", "3",
"time_interval", "3",
"rate", "1",
NULL);
NULL);
do_test_records_wait_time("dummy", 3, flb_test_dummy_records_message_time_interval_3_rate_10,
"time_interval", "3",
"time_interval", "3",
"rate", "10",
NULL);
NULL);
do_test_records_wait_time("dummy", 6, flb_test_dummy_records_message_time_interval_6_rate_100,
"time_interval", "6",
"time_interval", "6",
"rate", "100",
NULL);
NULL);
}

void flb_test_in_dummy_thread_flush()
Expand Down

0 comments on commit 7464658

Please sign in to comment.