1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* expand tabs.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2019-03-21 05:59:16 +00:00
parent e1038377a9
commit 3c4b7898d8

View file

@ -352,7 +352,7 @@ location_to_str(rb_backtrace_location_t *loc)
}
else {
file = GET_VM()->progname;
lineno = 0;
lineno = 0;
}
name = rb_id2str(loc->body.cfunc.mid);
break;