From 20197ef198517fb81f382808f923e4ccd5823be4 Mon Sep 17 00:00:00 2001 From: d6 Date: Sat, 10 Sep 2022 22:07:19 -0400 Subject: [PATCH] clean up whitespace --- rainbow.tal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rainbow.tal b/rainbow.tal index e14f09e..44be95e 100644 --- a/rainbow.tal +++ b/rainbow.tal @@ -26,7 +26,7 @@ ( move to random spot, choose random color, draw char ) @random-pixel #5b1b emit emit ( esc [ ) - ;random-short JSR2 rows mod2 NIP ;emit-decimal JSR2 + ;random-short JSR2 rows mod2 NIP ;emit-decimal JSR2 LIT '; emit ;random-short JSR2 cols mod2 NIP ;emit-decimal JSR2 LIT 'H emit @@ -35,7 +35,7 @@ #3b31 emit emit ( 1 ; ) ;random-short JSR2 #000a mod2 NIP #1e ADD ;emit-decimal JSR2 LIT 'm emit - + LIT '# emit JMP2r @draw ( -> )