summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp58/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp58/init.c')
-rw-r--r--testsuites/sptests/sp58/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp58/init.c b/testsuites/sptests/sp58/init.c
index f97898bfbe..a7adaf99c4 100644
--- a/testsuites/sptests/sp58/init.c
+++ b/testsuites/sptests/sp58/init.c
@@ -35,7 +35,7 @@ void timespec_divide_by_zero(void)
_Timespec_Divide( &t1, &zero, &ival_percentage, &fval_percentage );
rtems_test_assert( ival_percentage == 0 );
rtems_test_assert( fval_percentage == 0 );
-
+
}
rtems_task Init(