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

@ -1,12 +1,12 @@
function $test {
@start
@start
jmp @foo
@baz
@baz
jnz 1, @end, @foo
@bar
@bar
jmp @end
@foo
@foo
jnz 0, @bar, @baz
@end
@end
ret
}