mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Remove unnecessary white spaces.
This commit is contained in:
@@ -49,4 +49,3 @@ extern "C" {
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -143,4 +143,3 @@ ER ref_flg(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -122,4 +122,3 @@ ER ref_mpf(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -103,4 +103,3 @@ ER ref_iXX(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -135,4 +135,3 @@ ER ref_mbx(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -157,4 +157,3 @@ ER ref_mbf(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -75,4 +75,3 @@ ER nget_ver(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -187,4 +187,3 @@ ER ref_por(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -118,4 +118,3 @@ ER ref_sem(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -67,4 +67,3 @@ extern "C" {
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -316,4 +316,3 @@ ER def_exc(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -295,4 +295,3 @@ ER can_wup(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -182,4 +182,3 @@ void ret_tmr( void );
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -118,4 +118,3 @@ typedef int32_t TMO; /* Timeout value. A signed integer. */
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -129,4 +129,3 @@ ER ref_mpl(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -58,4 +58,3 @@ void _ITRON_Eventflags_Manager_initialization(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -59,4 +59,3 @@ void _ITRON_Fixed_memory_pool_Manager_initialization(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ extern "C" {
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -70,4 +70,3 @@ ER _ITRON_Mailbox_Translate_core_message_queue_return_code(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ extern "C" {
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -117,4 +117,3 @@ typedef Objects_Control ITRON_Objects_Control;
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -58,4 +58,3 @@ void _ITRON_Port_Manager_initialization(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -56,4 +56,3 @@ void _ITRON_Semaphore_Manager_initialization(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ extern "C" {
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -99,4 +99,3 @@ do { \
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@ extern "C" {
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -59,4 +59,3 @@ void _ITRON_Variable_memory_pool_Manager_initialization(
|
||||
|
||||
#endif
|
||||
/* end of include file */
|
||||
|
||||
|
||||
@@ -50,4 +50,3 @@ ER can_wup(
|
||||
|
||||
_ITRON_return_errorno( E_OK );
|
||||
}
|
||||
|
||||
|
||||
@@ -66,5 +66,3 @@ ER chg_pri(
|
||||
|
||||
_ITRON_return_errorno( E_OK );
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -118,7 +118,3 @@ ER cre_tsk(
|
||||
|
||||
_ITRON_return_errorno( E_OK );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -56,4 +56,3 @@ ER del_tsk(
|
||||
|
||||
_ITRON_return_errorno( result );
|
||||
}
|
||||
|
||||
|
||||
@@ -38,5 +38,3 @@ ER dis_dsp( void )
|
||||
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -34,4 +34,3 @@ ER ena_dsp( void )
|
||||
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -157,4 +157,3 @@ ER ref_flg(
|
||||
{
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -44,4 +44,3 @@ void exd_tsk( void )
|
||||
|
||||
_Thread_Enable_dispatch();
|
||||
}
|
||||
|
||||
|
||||
@@ -140,4 +140,3 @@ ER ref_mpf(
|
||||
{
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -58,5 +58,3 @@ ER frsm_tsk(
|
||||
_ITRON_return_errorno( E_OK );
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -39,4 +39,3 @@ ER get_tid(
|
||||
*p_tskid = _Objects_Get_index( _Thread_Executing->Object.id );
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -108,4 +108,3 @@ ER ref_iXX(
|
||||
{
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -58,4 +58,3 @@ void _ITRON_Semaphore_Manager_initialization(
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -245,4 +245,3 @@ ER ref_alm(
|
||||
void ret_tmr( void )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -58,4 +58,3 @@ void _ITRON_Message_buffer_Manager_initialization(
|
||||
* NOTE: No MP Support YET in RTEMS ITRON implementation.
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
@@ -69,4 +69,3 @@ ER nget_ver(
|
||||
{
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -209,4 +209,3 @@ ER ref_por(
|
||||
{
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -63,4 +63,3 @@ ER ref_mbx(
|
||||
}
|
||||
_ITRON_return_errorno( E_OK );
|
||||
}
|
||||
|
||||
|
||||
@@ -63,4 +63,3 @@ ER ref_sem(
|
||||
}
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -97,7 +97,3 @@ ER ref_tsk(
|
||||
_ITRON_return_errorno( E_OK );
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -50,6 +50,3 @@ ER rel_wai(
|
||||
|
||||
_ITRON_return_errorno( E_OK );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -53,5 +53,3 @@ ER rot_rdq(
|
||||
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -58,4 +58,3 @@ ER rsm_tsk(
|
||||
|
||||
_ITRON_return_errorno( E_OK );
|
||||
}
|
||||
|
||||
|
||||
@@ -67,7 +67,3 @@ ER sta_tsk(
|
||||
|
||||
_ITRON_return_errorno( E_OK );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -60,10 +60,3 @@ ER sus_tsk(
|
||||
|
||||
_ITRON_return_errorno( E_OK );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -73,4 +73,3 @@ ER def_exc(
|
||||
{
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -56,10 +56,3 @@ ER ter_tsk(
|
||||
|
||||
_ITRON_return_errorno( E_OK );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -34,5 +34,3 @@ ER tslp_tsk(
|
||||
{
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -143,4 +143,3 @@ ER ref_mpl(
|
||||
{
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -34,4 +34,3 @@ ER wup_tsk(
|
||||
{
|
||||
return E_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user