* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1686c0d470
commit
5d9acf07fb
2
time.c
2
time.c
@ -4282,7 +4282,7 @@ time_floor(int argc, VALUE *argv, VALUE time)
|
|||||||
|
|
||||||
nd = NUM2LONG(ndigits);
|
nd = NUM2LONG(ndigits);
|
||||||
if (nd < 0)
|
if (nd < 0)
|
||||||
rb_raise(rb_eArgError, "negative ndigits given");
|
rb_raise(rb_eArgError, "negative ndigits given");
|
||||||
|
|
||||||
GetTimeval(time, tobj);
|
GetTimeval(time, tobj);
|
||||||
v = w2v(rb_time_unmagnify(tobj->timew));
|
v = w2v(rb_time_unmagnify(tobj->timew));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user