From f009c7b3f628a6d0b078b34d49fab590889ba041 Mon Sep 17 00:00:00 2001 From: Avi Date: Mon, 10 Oct 2022 19:31:56 +1000 Subject: [PATCH] Put empty function onto 1 line to stop format check failing --- src/tests/osal-core-test/osal-core-test.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/tests/osal-core-test/osal-core-test.c b/src/tests/osal-core-test/osal-core-test.c index 11ada7622..2f07df408 100644 --- a/src/tests/osal-core-test/osal-core-test.c +++ b/src/tests/osal-core-test/osal-core-test.c @@ -117,9 +117,7 @@ void task_generic_no_exit(void) /* **************** A TASK THAT EXITS ITSELF **************************** */ -void task_generic_with_exit(void) -{ -} +void task_generic_with_exit(void) {} typedef struct {