From b5425ad780b06bc24362953097fd3baf5f1147c4 Mon Sep 17 00:00:00 2001 From: svn Date: Sat, 20 Oct 2018 10:45:55 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index 0bf5db8aa8..370e16cf44 100644 --- a/iseq.h +++ b/iseq.h @@ -75,8 +75,8 @@ ISEQ_ORIGINAL_ISEQ_ALLOC(const rb_iseq_t *iseq, long size) RUBY_EVENT_RETURN| \ RUBY_EVENT_B_CALL| \ RUBY_EVENT_B_RETURN| \ - RUBY_EVENT_COVERAGE_LINE| \ - RUBY_EVENT_COVERAGE_BRANCH) + RUBY_EVENT_COVERAGE_LINE| \ + RUBY_EVENT_COVERAGE_BRANCH) #define ISEQ_NOT_LOADED_YET IMEMO_FL_USER1 #define ISEQ_USE_COMPILE_DATA IMEMO_FL_USER2 -- cgit v1.2.1