summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 21:13:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 21:13:22 +0000
commitb70f0cd981a91bead8b8e938e60c6810253794d5 (patch)
tree66467ee2c21a50c234d7aa35fbefc4cedca05a61 /cpukit/score/src
parent2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b70f0cd981a91bead8b8e938e60c6810253794d5.tar.bz2
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/printk.c, score/src/objectget.c: Fix spacing.
Diffstat (limited to 'cpukit/score/src')
-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 ) {