From 6a2fd7cad507ef24a7dc4ce3c5f8b5351dd12656 Mon Sep 17 00:00:00 2001 From: Yauheni Kaliuta Date: Tue, 13 Oct 2009 20:00:46 +0300 Subject: Cleanup: nuke trailling whitespaces Signed-off-by: Yauheni Kaliuta --- src/flash/lpc2900.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash') diff --git a/src/flash/lpc2900.c b/src/flash/lpc2900.c index e39c5319..902180cb 100644 --- a/src/flash/lpc2900.c +++ b/src/flash/lpc2900.c @@ -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); -- cgit v1.2.3