From 0b4d51b055ad2806719b1f4a3eca5c1bbce64631 Mon Sep 17 00:00:00 2001 From: git Date: Thu, 23 May 2019 22:39:54 +0900 Subject: [PATCH] * expand tabs. --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time.c b/time.c index d9729aee30..a7654b2465 100644 --- a/time.c +++ b/time.c @@ -4329,7 +4329,7 @@ time_ceil(int argc, VALUE *argv, VALUE time) nd = NUM2LONG(ndigits); if (nd < 0) - rb_raise(rb_eArgError, "negative ndigits given"); + rb_raise(rb_eArgError, "negative ndigits given"); GetTimeval(time, tobj); v = w2v(rb_time_unmagnify(tobj->timew));