cosmetic indentation style fix

This commit is contained in:
Quentin Carbonneaux 2015-09-14 18:06:29 -04:00
parent 73b7d9b199
commit ee46ff8dad
17 changed files with 81 additions and 81 deletions

View file

@ -5,11 +5,11 @@
# adapt it!
function $test {
@start
@start
%a =w copy 0
%b =w copy 0
@loop
@loop
%c =w phi @start 0, @loop %f
%d =w phi @start 0, @loop %g
%e =w phi @start 0, @loop %h
@ -19,6 +19,6 @@ function $test {
%x =w csle %a, %b
jnz %x, @loop, @end
@end
@end
ret
}