summaryrefslogtreecommitdiff
path: root/iseq.h
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-08 04:13:52 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-08 04:13:52 +0000
commit3553a303729b15bc49e80316dedca5eb7895f128 (patch)
tree6d803b79026a5217664b9ffec7f69dcb1942260b /iseq.h
parent7d8a415bc2d08a1b5e9d1ea802493b6eeb99c219 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.h b/iseq.h
index 5c55aa0e40..b47b16aded 100644
--- a/iseq.h
+++ b/iseq.h
@@ -151,7 +151,7 @@ struct iseq_catch_table_entry {
CATCH_TYPE_REDO = INT2FIX(5),
CATCH_TYPE_NEXT = INT2FIX(6)
} type;
-
+
/*
* iseq type:
* CATCH_TYPE_RESCUE, CATCH_TYPE_ENSURE: