cosmetic indentation style fix
This commit is contained in:
parent
73b7d9b199
commit
ee46ff8dad
17 changed files with 81 additions and 81 deletions
|
@ -1,15 +1,15 @@
|
|||
function $test {
|
||||
@start
|
||||
@start
|
||||
%x =w copy 1
|
||||
@loop
|
||||
@loop
|
||||
jnz %x, @noz, @isz
|
||||
@noz
|
||||
@noz
|
||||
%x =w copy 0
|
||||
jmp @end
|
||||
@isz
|
||||
@isz
|
||||
%x =w copy 1
|
||||
jmp @loop
|
||||
@end
|
||||
@end
|
||||
%z =w add 10, %x
|
||||
ret
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue