summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/unlimited/test2.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-21 17:35:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-21 17:35:49 +0000
commitc39d81bc5e53805347df4054464c9712afda32f6 (patch)
tree1a2cf3216334e18422bdaecae89d2771b6e62c25 /testsuites/samples/unlimited/test2.c
parent2009-08-20 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-c39d81bc5e53805347df4054464c9712afda32f6.tar.bz2
2009-08-21 Xi Yang <hiyangxi@gmail.com>
* unlimited/test2.c: Fix spacing.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/unlimited/test2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/unlimited/test2.c b/testsuites/samples/unlimited/test2.c
index 0491e84ae6..30c5a7d9ea 100644
--- a/testsuites/samples/unlimited/test2.c
+++ b/testsuites/samples/unlimited/test2.c
@@ -31,7 +31,7 @@ void test2()
uint32_t task;
uint32_t block;
uint32_t task_count = 0;
- rtems_id removed_ids[TASK_ALLOCATION_SIZE * 2];
+ rtems_id removed_ids[TASK_ALLOCATION_SIZE * 2];
char c1 = 'a';
char c2 = 'a';