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

@ -6,16 +6,16 @@
# nothing should ever be live at the entry
function $test {
@start
@start
%b =w copy 0
%x =w copy 10
jnz 0, @loop, @left
@left
@left
jmp @inloop
@loop
@loop
%x1 =w add %x, 1
@inloop
@inloop
%b1 =w add %b, 1
@endloop
@endloop
jmp @loop
}