Skip to content

Commit

Permalink
* expand tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
matzbot committed May 23, 2019
1 parent f5415a9 commit 0b4d51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time.c
Expand Up @@ -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));
Expand Down

0 comments on commit 0b4d51b

Please sign in to comment.