summaryrefslogtreecommitdiff
path: root/FreeRTOS/Test/CMock/queue/queue_utest_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS/Test/CMock/queue/queue_utest_common.h')
-rw-r--r--FreeRTOS/Test/CMock/queue/queue_utest_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/FreeRTOS/Test/CMock/queue/queue_utest_common.h b/FreeRTOS/Test/CMock/queue/queue_utest_common.h
index bca0e16b7..15e69fd3e 100644
--- a/FreeRTOS/Test/CMock/queue/queue_utest_common.h
+++ b/FreeRTOS/Test/CMock/queue/queue_utest_common.h
@@ -70,7 +70,7 @@
/* =========================== FUNCTION PROTOTYPES ======================== */
void setxMaskAssertAndAbort( bool mask );
-bool getxMaskAssertAndAbort( );
+bool getxMaskAssertAndAbort();
/* ============================ GLOBAL VARIABLES =========================== */
/* ================================= MACROS ================================ */
@@ -93,7 +93,7 @@ bool getxMaskAssertAndAbort( );
} \
Catch( e ) \
TEST_ASSERT_EQUAL( configASSERT_E, e ); \
- } while ( 0 )
+ } while( 0 )
/* ========================== CALLBACK FUNCTIONS =========================== */