cosmetic indentation style fix
This commit is contained in:
parent
73b7d9b199
commit
ee46ff8dad
17 changed files with 81 additions and 81 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue