* expand tabs.
This commit is contained in:
parent
f5415a95ce
commit
0b4d51b055
2
time.c
2
time.c
@ -4329,7 +4329,7 @@ time_ceil(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