From 6511bfd79af479bd889a2d9250631a5ed78ecf51 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 27 Sep 2016 10:37:35 +0900 Subject: Removed trailing spaces --- src/fmt_fp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fmt_fp.c') diff --git a/src/fmt_fp.c b/src/fmt_fp.c index 61c7a4cc9..483e04c39 100644 --- a/src/fmt_fp.c +++ b/src/fmt_fp.c @@ -253,7 +253,7 @@ fmt_fp(struct fmt_args *f, long double y, int w, int p, int fl, int t) if (z>d+1) z=d+1; } for (; z>a && !z[-1]; z--); - + if ((t|32)=='g') { if (!p) p++; if (p>e && e>=-4) { @@ -354,7 +354,7 @@ fmt_core(struct fmt_args *f, const char *fmt, mrb_float flo) return fmt_fp(f, flo, 0, p, 0, *fmt); default: return -1; - } + } } mrb_value -- cgit v1.2.3