mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
adjust style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e878df745c
commit
be7bf5aa0c
12 changed files with 18 additions and 18 deletions
|
@ -143,8 +143,8 @@ case BIN(insn):
|
|||
|
||||
|
||||
#define INSN_DISPATCH() \
|
||||
while(1){ \
|
||||
switch(GET_CURRENT_INSN()){
|
||||
while (1) { \
|
||||
switch (GET_CURRENT_INSN()) {
|
||||
|
||||
#define END_INSNS_DISPATCH() \
|
||||
default: \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue