Skip to content

Commit

Permalink
Merge pull request #1306 from thnkslprpt/fix-1305-workflow-check-failure
Browse files Browse the repository at this point in the history
Fix #1305, Stop empty function catching CI workflow format checks
  • Loading branch information
dzbaker committed Oct 17, 2022
2 parents a2b5c2e + 0857ea8 commit 1800a6a
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 @@ -118,9 +118,7 @@ void task_generic_no_exit(void)

/* **************** A TASK THAT EXITS ITSELF **************************** */

void task_generic_with_exit(void)
{
} /* end task_0 */
void task_generic_with_exit(void) {}

typedef struct
{
Expand Down

0 comments on commit 1800a6a

Please sign in to comment.