summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bootcard.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-28 18:24:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-28 18:24:10 +0000
commitf1e8903dc074a64e4299632dbed23c14b6f1704f (patch)
tree249bcef6358860984b125d216da0c127c5ee7198 /c/src/lib/libbsp/shared/bootcard.c
parent2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-f1e8903dc074a64e4299632dbed23c14b6f1704f.tar.bz2
2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* bootcard.c, bsplibc.c, clockdrv_shell.h, console-polled.c: Fix formatting.
Diffstat (limited to 'c/src/lib/libbsp/shared/bootcard.c')
-rw-r--r--c/src/lib/libbsp/shared/bootcard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c
index 912f73b094..eb0d127008 100644
--- a/c/src/lib/libbsp/shared/bootcard.c
+++ b/c/src/lib/libbsp/shared/bootcard.c
@@ -88,7 +88,8 @@ static rtems_status_code bootcard_bsp_libc_helper(
* For the default heap size use the free space from the end of the
* work space up to the end of the work area as heap.
*/
- heap_size_default = work_area_size - rtems_configuration_get_work_space_size();
+ heap_size_default = work_area_size -
+ rtems_configuration_get_work_space_size();
/* Keep it as a multiple of 16 bytes */
heap_size_default &= ~((intptr_t) 0xf);