summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-14 16:46:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-14 16:46:54 +0000
commit881db0eb00dd97545500f35227bc3b94e58456b5 (patch)
treecdeb51a1e332680ce2129fa2d01e64484c350d7c
parent2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-881db0eb00dd97545500f35227bc3b94e58456b5.tar.bz2
2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* unlimited/test1.c: Spacing.
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/unlimited/test1.c6
2 files changed, 7 insertions, 3 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index b0f49dc03b..e484c41791 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * unlimited/test1.c: Spacing.
+
2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* hello/init.c: Remove call to devFS_Show() which had accidentally
diff --git a/testsuites/samples/unlimited/test1.c b/testsuites/samples/unlimited/test1.c
index f11834e49c..b8eb4e304a 100644
--- a/testsuites/samples/unlimited/test1.c
+++ b/testsuites/samples/unlimited/test1.c
@@ -24,9 +24,9 @@
void test1()
{
- bool auto_extend;
- rtems_status_code result;
- uint32_t task_count = 0;
+ bool auto_extend;
+ rtems_status_code result;
+ uint32_t task_count = 0;
Objects_Information *the_information;
char c1 = 'a';