aboutsummaryrefslogtreecommitdiffstats
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
commit2028715fee1b046b164a5093e1e7600ff604870c (patch)
tree6d803b79026a5217664b9ffec7f69dcb1942260b /iseq.h
parent4a3d8988ac2825db15242c5fc6a9e2cc912af8bc (diff)
downloadruby-2028715fee1b046b164a5093e1e7600ff604870c.tar.gz
* 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: