* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7d8a415bc2
commit
3553a30372
2
iseq.h
2
iseq.h
@ -151,7 +151,7 @@ struct iseq_catch_table_entry {
|
|||||||
CATCH_TYPE_REDO = INT2FIX(5),
|
CATCH_TYPE_REDO = INT2FIX(5),
|
||||||
CATCH_TYPE_NEXT = INT2FIX(6)
|
CATCH_TYPE_NEXT = INT2FIX(6)
|
||||||
} type;
|
} type;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* iseq type:
|
* iseq type:
|
||||||
* CATCH_TYPE_RESCUE, CATCH_TYPE_ENSURE:
|
* CATCH_TYPE_RESCUE, CATCH_TYPE_ENSURE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user