summary refs log tree commit diff
path: root/lisc/test/fix1.ssa
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-14 18:06:29 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:33 -0400
commitee46ff8dad6782a739fefd176e55a70754787917 (patch)
tree5b87311740ef4cee7e1d51ad7390030f5281314c /lisc/test/fix1.ssa
parent73b7d9b199f0e73821acdde4770995c8db413106 (diff)
downloadroux-ee46ff8dad6782a739fefd176e55a70754787917.tar.gz
cosmetic indentation style fix
Diffstat (limited to 'lisc/test/fix1.ssa')
-rw-r--r--lisc/test/fix1.ssa10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisc/test/fix1.ssa b/lisc/test/fix1.ssa
index d0695c9..7876d2b 100644
--- a/lisc/test/fix1.ssa
+++ b/lisc/test/fix1.ssa
@@ -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
 }