Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1740 → Rev 1657

/uspace/trunk/softfloat/generic/other.c
33,5 → 33,7
*/
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/softfloat.c
26,6 → 26,11
* 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,5 → 360,7
return result;
}
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/conversion.c
589,5 → 589,8
return result;
}
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/add.c
255,5 → 255,8
return a;
}
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/common.c
210,6 → 210,7
return;
}
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/comparison.c
125,5 → 125,9
}
 
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/generic/mul.c
290,5 → 290,8
return;
}
 
 
 
/** @}
*/
 
/uspace/trunk/softfloat/arch/ia32/include/functions.h
71,5 → 71,7
 
#endif
 
 
/** @}
*/