summaryrefslogtreecommitdiff
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
commitc3ceb1bff26a0dc59d7b93647e3a58c57e7c0440 (patch)
tree48d1d444d36a56b49d5367f488f59b896481927c /vm.c
parent9f60791a0412cae804f13ed3e746a634c7a0731b (diff)
* 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; //
};
*/