aboutsummaryrefslogtreecommitdiffstats
path: root/vm_callinfo.h
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2020-02-22 09:59:23 +0900
committergit <svn-admin@ruby-lang.org>2020-02-22 09:59:23 +0900
commitd7984d0f543f59a66657eea20993be1d14df71d5 (patch)
tree20ee87a13d0c691c180fecc9cf681eff72e8ddd8 /vm_callinfo.h
parentb9007b6c548f91e88fd3f2ffa23de740431fa969 (diff)
downloadruby-d7984d0f543f59a66657eea20993be1d14df71d5.tar.gz
* remove trailing spaces. [ci skip]
Diffstat (limited to 'vm_callinfo.h')
-rw-r--r--vm_callinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_callinfo.h b/vm_callinfo.h
index 32b0131fa1..9b170bb297 100644
--- a/vm_callinfo.h
+++ b/vm_callinfo.h
@@ -225,7 +225,7 @@ typedef VALUE (*vm_call_handler)(
// imemo_callcache
struct rb_callcache {
- const VALUE flags;
+ const VALUE flags;
/* inline cache: key */
const VALUE klass; // should not mark it because klass can not be free'd