Remove unnecessary white spaces.

This commit is contained in:
Ralf Corsepius
2004-04-15 04:00:25 +00:00
parent d9ac411f32
commit 7ded4e37a3
76 changed files with 167 additions and 252 deletions

View File

@@ -49,4 +49,3 @@ extern "C" {
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -143,4 +143,3 @@ ER ref_flg(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -122,4 +122,3 @@ ER ref_mpf(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -103,4 +103,3 @@ ER ref_iXX(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -135,4 +135,3 @@ ER ref_mbx(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -157,4 +157,3 @@ ER ref_mbf(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -75,4 +75,3 @@ ER nget_ver(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -187,4 +187,3 @@ ER ref_por(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -118,4 +118,3 @@ ER ref_sem(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -67,4 +67,3 @@ extern "C" {
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -316,4 +316,3 @@ ER def_exc(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -295,4 +295,3 @@ ER can_wup(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -182,4 +182,3 @@ void ret_tmr( void );
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -118,4 +118,3 @@ typedef int32_t TMO; /* Timeout value. A signed integer. */
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -129,4 +129,3 @@ ER ref_mpl(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -58,4 +58,3 @@ void _ITRON_Eventflags_Manager_initialization(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -59,4 +59,3 @@ void _ITRON_Fixed_memory_pool_Manager_initialization(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -28,4 +28,3 @@ extern "C" {
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -70,4 +70,3 @@ ER _ITRON_Mailbox_Translate_core_message_queue_return_code(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -28,4 +28,3 @@ extern "C" {
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -117,4 +117,3 @@ typedef Objects_Control ITRON_Objects_Control;
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -58,4 +58,3 @@ void _ITRON_Port_Manager_initialization(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -56,4 +56,3 @@ void _ITRON_Semaphore_Manager_initialization(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -28,4 +28,3 @@ extern "C" {
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -99,4 +99,3 @@ do { \
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -28,4 +28,3 @@ extern "C" {
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -59,4 +59,3 @@ void _ITRON_Variable_memory_pool_Manager_initialization(
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -50,4 +50,3 @@ ER can_wup(
_ITRON_return_errorno( E_OK ); _ITRON_return_errorno( E_OK );
} }

View File

@@ -66,5 +66,3 @@ ER chg_pri(
_ITRON_return_errorno( E_OK ); _ITRON_return_errorno( E_OK );
} }

View File

@@ -118,7 +118,3 @@ ER cre_tsk(
_ITRON_return_errorno( E_OK ); _ITRON_return_errorno( E_OK );
} }

View File

@@ -56,4 +56,3 @@ ER del_tsk(
_ITRON_return_errorno( result ); _ITRON_return_errorno( result );
} }

View File

@@ -38,5 +38,3 @@ ER dis_dsp( void )
return E_OK; return E_OK;
} }

View File

@@ -34,4 +34,3 @@ ER ena_dsp( void )
return E_OK; return E_OK;
} }

View File

@@ -157,4 +157,3 @@ ER ref_flg(
{ {
return E_OK; return E_OK;
} }

View File

@@ -44,4 +44,3 @@ void exd_tsk( void )
_Thread_Enable_dispatch(); _Thread_Enable_dispatch();
} }

View File

@@ -140,4 +140,3 @@ ER ref_mpf(
{ {
return E_OK; return E_OK;
} }

View File

@@ -58,5 +58,3 @@ ER frsm_tsk(
_ITRON_return_errorno( E_OK ); _ITRON_return_errorno( E_OK );
} }

View File

@@ -39,4 +39,3 @@ ER get_tid(
*p_tskid = _Objects_Get_index( _Thread_Executing->Object.id ); *p_tskid = _Objects_Get_index( _Thread_Executing->Object.id );
return E_OK; return E_OK;
} }

View File

@@ -108,4 +108,3 @@ ER ref_iXX(
{ {
return E_OK; return E_OK;
} }

View File

@@ -58,4 +58,3 @@ void _ITRON_Semaphore_Manager_initialization(
*/ */
} }

View File

@@ -245,4 +245,3 @@ ER ref_alm(
void ret_tmr( void ) void ret_tmr( void )
{ {
} }

View File

@@ -58,4 +58,3 @@ void _ITRON_Message_buffer_Manager_initialization(
* NOTE: No MP Support YET in RTEMS ITRON implementation. * NOTE: No MP Support YET in RTEMS ITRON implementation.
*/ */
} }

View File

@@ -69,4 +69,3 @@ ER nget_ver(
{ {
return E_OK; return E_OK;
} }

View File

@@ -209,4 +209,3 @@ ER ref_por(
{ {
return E_OK; return E_OK;
} }

View File

@@ -63,4 +63,3 @@ ER ref_mbx(
} }
_ITRON_return_errorno( E_OK ); _ITRON_return_errorno( E_OK );
} }

View File

@@ -63,4 +63,3 @@ ER ref_sem(
} }
return E_OK; return E_OK;
} }

View File

@@ -97,7 +97,3 @@ ER ref_tsk(
_ITRON_return_errorno( E_OK ); _ITRON_return_errorno( E_OK );
} }

View File

@@ -50,6 +50,3 @@ ER rel_wai(
_ITRON_return_errorno( E_OK ); _ITRON_return_errorno( E_OK );
} }

View File

@@ -53,5 +53,3 @@ ER rot_rdq(
return E_OK; return E_OK;
} }

View File

@@ -58,4 +58,3 @@ ER rsm_tsk(
_ITRON_return_errorno( E_OK ); _ITRON_return_errorno( E_OK );
} }

View File

@@ -67,7 +67,3 @@ ER sta_tsk(
_ITRON_return_errorno( E_OK ); _ITRON_return_errorno( E_OK );
} }

View File

@@ -60,10 +60,3 @@ ER sus_tsk(
_ITRON_return_errorno( E_OK ); _ITRON_return_errorno( E_OK );
} }

View File

@@ -73,4 +73,3 @@ ER def_exc(
{ {
return E_OK; return E_OK;
} }

View File

@@ -56,10 +56,3 @@ ER ter_tsk(
_ITRON_return_errorno( E_OK ); _ITRON_return_errorno( E_OK );
} }

View File

@@ -34,5 +34,3 @@ ER tslp_tsk(
{ {
return E_OK; return E_OK;
} }

View File

@@ -143,4 +143,3 @@ ER ref_mpl(
{ {
return E_OK; return E_OK;
} }

View File

@@ -34,4 +34,3 @@ ER wup_tsk(
{ {
return E_OK; return E_OK;
} }