summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spobjgetnext
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/sptests/spobjgetnext
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to 'testsuites/sptests/spobjgetnext')
-rw-r--r--testsuites/sptests/spobjgetnext/init.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/sptests/spobjgetnext/init.c b/testsuites/sptests/spobjgetnext/init.c
index 4c53e8bd36..42fcb410c0 100644
--- a/testsuites/sptests/spobjgetnext/init.c
+++ b/testsuites/sptests/spobjgetnext/init.c
@@ -16,14 +16,14 @@
#include "system.h"
/* prototypes */
-int scan_objects(
+int scan_objects(
Objects_Information *information,
Objects_Id start
);
#define MAX_SCAN 10
-int scan_objects(
+int scan_objects(
Objects_Information *information,
Objects_Id start
)
@@ -44,7 +44,7 @@ int scan_objects(
&id
);
if ( !o[i] )
- break;
+ break;
if ( location == OBJECTS_ERROR )
break;
/* XXX check dispatch level with macros */
@@ -54,7 +54,7 @@ int scan_objects(
/* XXX should be able to check that next Id is not one we have seen */
}
return i;
-}
+}
rtems_task Init(
rtems_task_argument argument