aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-28 11:02:32 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-28 11:02:32 +0000
commit81a62f6fa60e5a9669042175dba9274060bc9d44 (patch)
tree48d1d444d36a56b49d5367f488f59b896481927c /vm.c
parent86613d4fc636ad9314b84e4d9be9c5c92a0a5318 (diff)
downloadruby-81a62f6fa60e5a9669042175dba9274060bc9d44.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index 66eee02bd8..8e7e51513e 100644
--- a/vm.c
+++ b/vm.c
@@ -1788,7 +1788,7 @@ hook_before_rewind(rb_thread_t *th, rb_control_frame_t *cfp, int will_finish_vm_
rb_iseq_t *iseq; // ?
VALUE self; //
VALUE *ep; // ep
- void *code; //
+ void *code; //
};
*/