summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/nsecs/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/nsecs/init.c')
-rw-r--r--testsuites/samples/nsecs/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/samples/nsecs/init.c b/testsuites/samples/nsecs/init.c
index fc6d434f56..222423f827 100644
--- a/testsuites/samples/nsecs/init.c
+++ b/testsuites/samples/nsecs/init.c
@@ -1,4 +1,4 @@
-/*
+/*
* Nanoseconds accuracy timestamp test
*/
@@ -29,7 +29,7 @@ char *my_ctime( time_t t )
static char b[32];
ctime_r(&t, b);
b[ strlen(b) - 1] = '\0';
- return b;
+ return b;
}
void subtract_em(
@@ -117,7 +117,7 @@ rtems_task Init(
struct timespec diff;
int j, max = (index * 10000);
rtems_clock_get_uptime( &start );
- for (j=0 ; j<max ; j++ )
+ for (j=0 ; j<max ; j++ )
dummy_function_empty_body_to_force_call();
rtems_clock_get_uptime( &stop );