From ab67c57f652c7c3a64ec4f4dc73259a14fb1b545 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 30 Apr 2014 09:50:14 +0900 Subject: remove trailing spaces --- src/numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/numeric.c') diff --git a/src/numeric.c b/src/numeric.c index ef7b5fc82..46b3cdf37 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -150,7 +150,7 @@ mrb_flo_to_str(mrb_state *mrb, mrb_float flo) else { exp = 0; } - + /* preserve significands */ if (exp < 0) { int i, beg = -1, end = 0; -- cgit v1.2.3