From f1e8903dc074a64e4299632dbed23c14b6f1704f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Aug 2009 18:24:10 +0000 Subject: 2009-08-28 Joel Sherrill * bootcard.c, bsplibc.c, clockdrv_shell.h, console-polled.c: Fix formatting. --- c/src/lib/libbsp/shared/bootcard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/shared/bootcard.c') 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); -- cgit v1.2.3