Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1739 → Rev 1740

/uspace/trunk/softfloat/generic/other.c
33,7 → 33,5
*/
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/softfloat.c
26,11 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @defgroup sfl Softfloat
* @brief Software FPU emulation.
* @{
* @}
*/
/** @addtogroup softfloat generic
* @ingroup sfl
* @brief Architecture independent parts of FPU software emulation library.
/uspace/trunk/softfloat/generic/div.c
360,7 → 360,5
return result;
}
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/conversion.c
589,8 → 589,5
return result;
}
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/add.c
255,8 → 255,5
return a;
}
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/common.c
210,7 → 210,6
return;
}
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/comparison.c
125,9 → 125,5
}
 
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/mul.c
290,8 → 290,5
return;
}
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/ia32/include/functions.h
71,7 → 71,5
 
#endif
 
 
/** @}
*/