aboutsummaryrefslogtreecommitdiffstats
path: root/vm_backtrace.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-01 16:04:09 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-01 16:04:09 +0900
commite18e7852536a42434b7b25fa08846fe161290d46 (patch)
treeeb47bd7fa67f0ff51e143e43aa218340ba5d9a62 /vm_backtrace.c
parent19d3c80e8136402a26b52c8da46eee071ec413d6 (diff)
downloadruby-e18e7852536a42434b7b25fa08846fe161290d46.tar.gz
* expand tabs.
Diffstat (limited to 'vm_backtrace.c')
-rw-r--r--vm_backtrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_backtrace.c b/vm_backtrace.c
index 8d1e4b99d5..ef644052a5 100644
--- a/vm_backtrace.c
+++ b/vm_backtrace.c
@@ -1313,7 +1313,7 @@ rb_profile_frames(int start, int limit, VALUE *buff, int *lines)
const rb_callable_method_entry_t *cme;
for (i=0; i<limit && cfp != end_cfp;) {
- if (VM_FRAME_RUBYFRAME_P(cfp)) {
+ if (VM_FRAME_RUBYFRAME_P(cfp)) {
if (start > 0) {
start--;
continue;