From ee46ff8dad6782a739fefd176e55a70754787917 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Mon, 14 Sep 2015 18:06:29 -0400 Subject: cosmetic indentation style fix --- lisc/test/fix1.ssa | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lisc/test/fix1.ssa') 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 } -- cgit 1.4.1