summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-13 14:28:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-13 14:28:10 +0000
commite60d75dfbe016f6fc267130a814f7e23c0ee333b (patch)
treed1cc20acd343af626439e290cea46b7b1c31bc91 /c/src/lib/libbsp/shared
parentMade _clear_end a "PROVIDE." (diff)
downloadrtems-e60d75dfbe016f6fc267130a814f7e23c0ee333b.tar.bz2
Fixed spacing.
Diffstat (limited to 'c/src/lib/libbsp/shared')
-rw-r--r--c/src/lib/libbsp/shared/bsplibc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/shared/bsplibc.c b/c/src/lib/libbsp/shared/bsplibc.c
index c8910c64ee..43cd745312 100644
--- a/c/src/lib/libbsp/shared/bsplibc.c
+++ b/c/src/lib/libbsp/shared/bsplibc.c
@@ -17,7 +17,7 @@ void bsp_libc_init(
int use_sbrk
)
{
- RTEMS_Malloc_Initialize( heap_start, heap_size, use_sbrk);
+ RTEMS_Malloc_Initialize( heap_start, heap_size, use_sbrk );
/*
* Init the RTEMS libio facility to provide UNIX-like system
@@ -31,7 +31,7 @@ void bsp_libc_init(
* Set up for the libc handling.
*/
- if (BSP_Configuration.ticks_per_timeslice > 0)
+ if ( BSP_Configuration.ticks_per_timeslice > 0 )
libc_init(1); /* reentrant if possible */
else
libc_init(0); /* non-reentrant */