summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/cre_mbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/cre_mbf.c')
-rw-r--r--cpukit/itron/src/cre_mbf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/cre_mbf.c b/cpukit/itron/src/cre_mbf.c
index 1cf088155a..0275be2cc5 100644
--- a/cpukit/itron/src/cre_mbf.c
+++ b/cpukit/itron/src/cre_mbf.c
@@ -48,7 +48,7 @@ ER cre_mbf(
if (pk_cmbf->bufsz < 0 || pk_cmbf->maxmsz < 0)
return E_PAR;
-
+
if (pk_cmbf->bufsz < pk_cmbf->maxmsz)
return E_PAR;
@@ -74,7 +74,7 @@ ER cre_mbf(
_ITRON_Objects_Open( &_ITRON_Message_buffer_Information,
&the_message_buffer->Object );
-
+
/*
* If multiprocessing were supported, this is where we would announce
* the existence of the semaphore to the rest of the system.