aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/compare_constants_unequality.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/compare_constants_unequality.sy')
-rw-r--r--progs/tests/auto/compare_constants_unequality.sy6
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/tests/auto/compare_constants_unequality.sy b/progs/tests/auto/compare_constants_unequality.sy
index 8c115b4..21094da 100644
--- a/progs/tests/auto/compare_constants_unequality.sy
+++ b/progs/tests/auto/compare_constants_unequality.sy
@@ -1,5 +1,5 @@
start :: fn {
-if 1 != 1 {
- <!>
- }
+ if 1 != 1 {
+ <!>
+ }
}