From 3974ce7c4f0623cef3fcf0abf95d8be6a54d3b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 7 Mar 2021 17:47:08 +0100 Subject: auto indent the tests --- progs/tests/auto/strange.sy | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'progs/tests/auto/strange.sy') diff --git a/progs/tests/auto/strange.sy b/progs/tests/auto/strange.sy index c495041..b6aad0f 100644 --- a/progs/tests/auto/strange.sy +++ b/progs/tests/auto/strange.sy @@ -1,15 +1,15 @@ start :: fn { -a := 0 -{ - b := 99999 + a := 0 { - a := 99999 - a + b := 99999 + { + a := 99999 + a + } + b + a -= 1 } - b - a -= 1 -} -a <=> -1 + a <=> -1 } -- cgit v1.2.1