From b25b9d45312c55453497c74125a276e20d1d03c5 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 12 Jul 2017 15:02:09 +0000 Subject: Fix indent [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm_core.h b/vm_core.h index 679512390d..c23f50690e 100644 --- a/vm_core.h +++ b/vm_core.h @@ -149,7 +149,7 @@ typedef unsigned long rb_num_t; enum ruby_tag_type { - RUBY_TAG_NONE = 0x0, + RUBY_TAG_NONE = 0x0, RUBY_TAG_RETURN = 0x1, RUBY_TAG_BREAK = 0x2, RUBY_TAG_NEXT = 0x3, @@ -161,7 +161,7 @@ enum ruby_tag_type { RUBY_TAG_MASK = 0xf }; -#define TAG_NONE RUBY_TAG_NONE +#define TAG_NONE RUBY_TAG_NONE #define TAG_RETURN RUBY_TAG_RETURN #define TAG_BREAK RUBY_TAG_BREAK #define TAG_NEXT RUBY_TAG_NEXT -- cgit v1.2.3