summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/tmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/support/include/tmacros.h')
-rw-r--r--testsuites/support/include/tmacros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h
index cae7b5d9aa..956bee969c 100644
--- a/testsuites/support/include/tmacros.h
+++ b/testsuites/support/include/tmacros.h
@@ -31,7 +31,7 @@ extern "C" {
#define FOREVER 1 /* infinite loop */
#ifdef TEST_INIT
-#define TEST_EXTERN
+#define TEST_EXTERN
#define CONFIGURE_INIT
#else
#define TEST_EXTERN extern
@@ -53,7 +53,7 @@ extern "C" {
FLUSH_OUTPUT(); \
rtems_test_exit( 1 ); \
} \
- } while ( 0 )
+ } while ( 0 )
/*
* These macros properly report errors within the Classic API
@@ -83,7 +83,7 @@ extern "C" {
do { \
check_dispatch_disable_level( _level ); \
fatal_directive_check_status_only( _stat, _desired, _msg ); \
- } while ( 0 )
+ } while ( 0 )
/*
* These macros properly report errors from the POSIX API