diff options
author | git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-05-23 22:39:54 +0900 |
---|---|---|
committer | git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-05-23 22:39:54 +0900 |
commit | 0b4d51b055ad2806719b1f4a3eca5c1bbce64631 (patch) | |
tree | c2919fc3731fa491bc42768d161967e8e37f338d /time.c | |
parent | f5415a95ce1d393a3fd1d7f657ba85d85171356a (diff) | |
download | bundler-0b4d51b055ad2806719b1f4a3eca5c1bbce64631.tar.gz |
* expand tabs.
Diffstat (limited to 'time.c')
-rw-r--r-- | time.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |