Fixed spacing.

This commit is contained in:
Joel Sherrill
2000-01-13 14:28:10 +00:00
parent bd9e482a35
commit e60d75dfbe

View File

@@ -17,7 +17,7 @@ void bsp_libc_init(
int use_sbrk 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 * Init the RTEMS libio facility to provide UNIX-like system
@@ -31,7 +31,7 @@ void bsp_libc_init(
* Set up for the libc handling. * 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 */ libc_init(1); /* reentrant if possible */
else else
libc_init(0); /* non-reentrant */ libc_init(0); /* non-reentrant */