Skip to content

Commit

Permalink
Put empty function onto 1 line to stop format check failing
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Oct 10, 2022
1 parent f407ddf commit f009c7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tests/osal-core-test/osal-core-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit f009c7b

Please sign in to comment.