summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-05-23 22:39:54 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-05-23 22:39:54 +0900
commit0b4d51b055ad2806719b1f4a3eca5c1bbce64631 (patch)
treec2919fc3731fa491bc42768d161967e8e37f338d /time.c
parentf5415a95ce1d393a3fd1d7f657ba85d85171356a (diff)
* expand tabs.
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
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));