From 3c12e23b6061614bf1e344aefc357778f254538c Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Fri, 4 Jan 2019 22:06:33 +0100 Subject: [PATCH] uncrustify --- tests/example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/example.c b/tests/example.c index 015bee0..de29de4 100644 --- a/tests/example.c +++ b/tests/example.c @@ -2,7 +2,7 @@ #include "tests_autogen.h" uint32_t test_example_period_ms = 10000; -bool test_example_enabled = true; +bool test_example_enabled = true; bool test_example_create(void) { // LOG(LL_INFO, ("Setting up"));