From 2cbdf308ffca12156e308c488bbd49cae480d897 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 7 Jul 2022 00:06:14 +0200 Subject: Remove ugly whitespace --- bytepusher.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3