Cleanup: nuke trailling whitespaces

Signed-off-by: Yauheni Kaliuta <y.kaliuta@gmail.com>
This commit is contained in:
Yauheni Kaliuta
2009-10-13 20:00:46 +03:00
committed by Øyvind Harboe
parent bc0cc62afd
commit 6a2fd7cad5
7 changed files with 26 additions and 26 deletions

View File

@@ -528,7 +528,7 @@ static uint32_t lpc2900_calc_tr( uint32_t clock, uint32_t time )
* FPTR.TR = -------------------------------
* 512
*
* The result is the
* The result is the
*/
uint32_t tr_val = (uint32_t)((((time / 1e6) * clock) + 511.0) / 512.0);