summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/nsecs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 03:33:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 03:33:25 +0000
commitb1274bd94c94520ed9402f85c949976d7008093e (patch)
tree6ed7755c34e5fcccbe06ff095017a4399de180ff /testsuites/samples/nsecs
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to 'testsuites/samples/nsecs')
-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 );