summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask02
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/itrontask02')
-rw-r--r--testsuites/itrontests/itrontask02/dormant.c3
-rw-r--r--testsuites/itrontests/itrontask02/system.h5
2 files changed, 1 insertions, 7 deletions
diff --git a/testsuites/itrontests/itrontask02/dormant.c b/testsuites/itrontests/itrontask02/dormant.c
index 05ffa86623..4dcb55261f 100644
--- a/testsuites/itrontests/itrontask02/dormant.c
+++ b/testsuites/itrontests/itrontask02/dormant.c
@@ -40,5 +40,4 @@ void Non_Dormant_task()
status = rtems_task_wake_after( 120*TICKS_PER_SECOND );
directive_failed( status, "rtems_task_wake_after" );
}
-}
-
+}
diff --git a/testsuites/itrontests/itrontask02/system.h b/testsuites/itrontests/itrontask02/system.h
index c602cdc918..d888bce512 100644
--- a/testsuites/itrontests/itrontask02/system.h
+++ b/testsuites/itrontests/itrontask02/system.h
@@ -40,8 +40,3 @@ void Non_Dormant_task();
TEST_EXTERN rtems_id Global_variable; /* example global variable */
/* end of include file */
-
-
-
-
-