summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsem01/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-04 16:13:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-04 16:13:10 +0000
commitce7803fe456ef077257d85017984a922ce130500 (patch)
tree3a848466472df38b7607ee60c62842f840bc4084 /testsuites/psxtests/psxsem01/init.c
parent2008-08-04 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net> (diff)
downloadrtems-ce7803fe456ef077257d85017984a922ce130500.tar.bz2
2008-08-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxsem01/init.c: Spacing.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxsem01/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxsem01/init.c b/testsuites/psxtests/psxsem01/init.c
index ce64452926..9ae00403e4 100644
--- a/testsuites/psxtests/psxsem01/init.c
+++ b/testsuites/psxtests/psxsem01/init.c
@@ -114,7 +114,6 @@ void *POSIX_Init(
fatal_posix_service_status( status, -1, "sem_timedwait error return status");
fatal_posix_service_status( errno, ETIMEDOUT, "sem_timedwait errno ETIMEDOUT");
-
/*
* To do this case, we must be blocking when we want the semaphore.
* POSIX doesn't want you to check the error if you can get the resource.