summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-23 21:58:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-23 21:58:26 +0000
commit16e8d3d573b73b34ef72f5b3dcced337d64d17b5 (patch)
tree37b105f587c31b84dbd69c2c6b66666142a02309 /c/src/ada-tests
parent2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-16e8d3d573b73b34ef72f5b3dcced337d64d17b5.tar.bz2
2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* support/init.c: Spacing cleanup.
Diffstat (limited to 'c/src/ada-tests')
-rw-r--r--c/src/ada-tests/ChangeLog4
-rw-r--r--c/src/ada-tests/support/init.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/ada-tests/ChangeLog b/c/src/ada-tests/ChangeLog
index a9e56cfe1c..f68599c765 100644
--- a/c/src/ada-tests/ChangeLog
+++ b/c/src/ada-tests/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * support/init.c: Spacing cleanup.
+
2007-04-05 Joel Sherrill <joel@OARcorp.com>
* mptests/mp01/config.h, samples/base_sp/config.h,
diff --git a/c/src/ada-tests/support/init.c b/c/src/ada-tests/support/init.c
index be93a760d0..b4059c2055 100644
--- a/c/src/ada-tests/support/init.c
+++ b/c/src/ada-tests/support/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+ * COPYRIGHT (c) 1989-2007
* On-Line Applications Research Corporation (OAR).
*
* $Id$
@@ -38,6 +38,6 @@ rtems_id tcb_to_id(
#define CONFIGURE_INIT
#define CONFIGURE_GNAT_RTEMS
-#define CONFIGURE_MEMORY_OVERHEAD (256)
+#define CONFIGURE_MEMORY_OVERHEAD (256)
#include <config.h>