summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/timercreate.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 15:49:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 15:49:52 +0000
commit1de949a8bda2912d663ad3b296fec0f1a9b03c46 (patch)
treee25cdaccd8695e13d3e58e7b4a091b8920d8a6d6 /cpukit/posix/src/timercreate.c
parentSpaces to tabs. (diff)
downloadrtems-1de949a8bda2912d663ad3b296fec0f1a9b03c46.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/posix/src/timercreate.c')
-rw-r--r--cpukit/posix/src/timercreate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/timercreate.c b/cpukit/posix/src/timercreate.c
index da4fe3641c..1d843580ba 100644
--- a/cpukit/posix/src/timercreate.c
+++ b/cpukit/posix/src/timercreate.c
@@ -36,10 +36,10 @@ int timer_create(
if ( clock_id != CLOCK_REALTIME )
rtems_set_errno_and_return_minus_one( EINVAL );
-
+
if ( !timerid )
rtems_set_errno_and_return_minus_one( EINVAL );
-
+
/*
* The data of the structure evp are checked in order to verify if they
* are coherent.