Skip to content

Commit

Permalink
Merge pull request #360 from thnkslprpt/fix-359-void-returns
Browse files Browse the repository at this point in the history
Fix #359, Remove 'return;' from last line of void function.
  • Loading branch information
dzbaker committed Oct 3, 2022
2 parents 368683b + 4b3c24d commit df155ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion fsw/pc-rtems/src/cfe_psp_exception.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,4 @@ int32 CFE_PSP_ExceptionGetSummary_Impl(const CFE_PSP_Exception_LogData_t *Buffer
*/
void CFE_PSP_SetDefaultExceptionEnvironment(void)
{
return;
}
2 changes: 1 addition & 1 deletion unit-test-coverage/modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# and it does not depend on having a FSW module by the same name.
function(add_psp_covtest MODULE_NAME TESTCASE_SRC UT_SRCS)

# A consistent name convention for all targets generated by this funtion
# A consistent name convention for all targets generated by this function
set(TEST_NAME "coverage-pspmod-${MODULE_NAME}")
set(OBJECT_TARGET "${TEST_NAME}-object")
set(RUNNER_TARGET "${TEST_NAME}-testrunner")
Expand Down

0 comments on commit df155ab

Please sign in to comment.