1
0
Fork 0
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:
nobu 2012-12-29 12:22:04 +00:00
parent e878df745c
commit be7bf5aa0c
12 changed files with 18 additions and 18 deletions

View file

@ -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: \