From d05ddfc8504128a433d1283c84c40281d8c9cdf7 Mon Sep 17 00:00:00 2001 From: Avi Date: Fri, 7 Oct 2022 12:57:22 +1000 Subject: [PATCH] Fix #364, Stop empty function catching CI workflow format checks --- fsw/pc-rtems/src/cfe_psp_exception.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fsw/pc-rtems/src/cfe_psp_exception.c b/fsw/pc-rtems/src/cfe_psp_exception.c index e1186d9b..74680b89 100644 --- a/fsw/pc-rtems/src/cfe_psp_exception.c +++ b/fsw/pc-rtems/src/cfe_psp_exception.c @@ -91,6 +91,4 @@ int32 CFE_PSP_ExceptionGetSummary_Impl(const CFE_PSP_Exception_LogData_t *Buffer ** Notes: The exception environment is local to each task Therefore this must be ** called for each task that that wants to do floating point and catch exceptions */ -void CFE_PSP_SetDefaultExceptionEnvironment(void) -{ -} +void CFE_PSP_SetDefaultExceptionEnvironment(void) {}