From cc3001a104f7e2f75858737eb930343c4a8b7999 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 21 Nov 2015 20:44:47 -0600 Subject: [PATCH] indentation --- loopy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loopy.scm b/loopy.scm index 1d227f1..22b6ac8 100644 --- a/loopy.scm +++ b/loopy.scm @@ -643,8 +643,8 @@ return the wrong thing via (8sync) and trip themselves up." based on the results" (define (call-proc proc) (call-with-prompt - (agenda-prompt-tag agenda) - proc setup-async-request)) + (agenda-prompt-tag agenda) + proc setup-async-request)) (let ((queue (agenda-queue agenda)) (next-queue (make-q))) -- 2.31.1