summaryrefslogtreecommitdiffstats
path: root/testsuites
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
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 'testsuites')
-rw-r--r--testsuites/psxtests/ChangeLog4
-rw-r--r--testsuites/psxtests/psxsem01/init.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index cbb9dddd65..a327ca97eb 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * psxsem01/init.c: Spacing.
+
2008-08-04 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
PR 1293/tests
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.