summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/fmempool.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/fmempool.c')
-rw-r--r--cpukit/itron/src/fmempool.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/cpukit/itron/src/fmempool.c b/cpukit/itron/src/fmempool.c
index b756d52479..567b7cb358 100644
--- a/cpukit/itron/src/fmempool.c
+++ b/cpukit/itron/src/fmempool.c
@@ -17,9 +17,9 @@
#include <rtems/itron/fmempool.h>
-/*
+/*
* _ITRON_Fixed_memory_pool_Manager_initialization
- *
+ *
* This routine initializes all fixed memory pool manager related
* data structures.
*
@@ -31,7 +31,7 @@
void _ITRON_Fixed_memory_pool_Manager_initialization(
uint32_t maximum_fixed_memory_pools
-)
+)
{
_Objects_Initialize_information(
&_ITRON_Fixed_memory_pool_Information, /* object information table */
@@ -48,14 +48,14 @@ void _ITRON_Fixed_memory_pool_Manager_initialization(
NULL /* Proxy extraction support callout */
#endif
);
-
+
/*
* Register the MP Process Packet routine.
*
* NOTE: No MP Support YET in RTEMS ITRON implementation.
*/
-
-}
+
+}
/*
* cre_mpf - Create Fixed-Size Memorypool
@@ -140,4 +140,3 @@ ER ref_mpf(
{
return E_OK;
}
-