summary refs log tree commit diff
path: root/lisc/test/puts10.ssa
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/test/puts10.ssa')
-rw-r--r--lisc/test/puts10.ssa4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/test/puts10.ssa b/lisc/test/puts10.ssa
index 04f4e6e..e10916c 100644
--- a/lisc/test/puts10.ssa
+++ b/lisc/test/puts10.ssa
@@ -1,9 +1,9 @@
-function $test {
+function $test() {
 @start
 	%y  =l alloc4 4
 	%y1 =l add %y, 1
 	storeb 0, %y1
-@loop	
+@loop
 	%n =w phi @start 0, @loop %n1
 	%c =w add %n, 48
 	storeb %c, %y