summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfatal/system.h')
-rw-r--r--testsuites/sptests/spfatal/system.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/sptests/spfatal/system.h b/testsuites/sptests/spfatal/system.h
index 7ab51c0462..bc04112a72 100644
--- a/testsuites/sptests/spfatal/system.h
+++ b/testsuites/sptests/spfatal/system.h
@@ -20,18 +20,18 @@
rtems_task Init(
rtems_task_argument argument
);
-
+
void put_error(
uint32_t error,
rtems_status_code expected
);
-
+
rtems_extension Fatal_extension(
uint32_t source,
boolean is_internal,
uint32_t error
);
-
+
rtems_task Task_1(
rtems_task_argument argument
);