summaryrefslogtreecommitdiff
path: root/cpukit/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 21:13:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 21:13:35 +0000
commitc4254e957f64c8458f7a10c2f8297911c28b858a (patch)
tree110c6203991dad2fd484beeb25f087293b7f21ac /cpukit/score
parent8802a9b3d1b603fc3d9339d5d29c955f43470cb4 (diff)
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/printk.c, score/src/objectget.c: Fix spacing.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/src/objectget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/objectget.c b/cpukit/score/src/objectget.c
index dd798a8976..1f51c20a4a 100644
--- a/cpukit/score/src/objectget.c
+++ b/cpukit/score/src/objectget.c
@@ -63,7 +63,7 @@ Objects_Control *_Objects_Get(
/* index = _Objects_Get_index( id ); */
index = id & 0x0000ffff;
/* This should work but doesn't always :( */
- /* index = (uint16_t ) id; */
+ /* index = (uint16_t) id; */
#endif
if ( information->maximum >= index ) {