diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-07-07 00:06:14 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-07-07 00:19:00 +0200 |
commit | 2cbdf308ffca12156e308c488bbd49cae480d897 (patch) | |
tree | e50774a005ff012a24ea2080d6cbfbf21f86141c | |
parent | 56de18783a48ebb4ab2b9d8c346751256a10b12b (diff) |
Remove ugly whitespace
-rw-r--r-- | bytepusher.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytepusher.scm b/bytepusher.scm index 2a3eb67..8474999 100644 --- a/bytepusher.scm +++ b/bytepusher.scm @@ -160,7 +160,7 @@ (define (loop-frame!) (let loop ((count 65536)) (execute! (get-pc)) - (unless (= count 0) (loop (- count 1))))) + (unless (= count 0) (loop (- count 1))))) (define (loop! renderer) (define texture (make-display-texture renderer)) |