aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-21 10:42:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-21 10:42:40 +0000
commit7555952bea9e69404dd9d1f2a0ee6db3e437f7e3 (patch)
treed21c7da9df11254713f0cb647f47a46d7d031959 /vm.c
parent89c0bd3e25062603ea144c3ca3efe8bf2c28c740 (diff)
downloadruby-7555952bea9e69404dd9d1f2a0ee6db3e437f7e3.tar.gz
vm.c (vm_cref_new0): adjust indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53886 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 a577b0922e..9057552e0d 100644
--- a/vm.c
+++ b/vm.c
@@ -90,7 +90,7 @@ vm_cref_new0(VALUE klass, rb_method_visibility_t visi, int module_func, rb_cref_
{
VALUE refinements = Qnil;
int omod_shared = FALSE;
- rb_cref_t *cref;
+ rb_cref_t *cref;
/* scope */
union {