From 5d9acf07fb679aab643fd553af8b2469aa145158 Mon Sep 17 00:00:00 2001 From: svn Date: Sat, 20 Apr 2019 05:00:45 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time.c') diff --git a/time.c b/time.c index c6cc0f6755..2630f735bf 100644 --- a/time.c +++ b/time.c @@ -4282,7 +4282,7 @@ time_floor(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)); -- cgit v1.2.3