indentation
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 22 Nov 2015 02:44:47 +0000 (20:44 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 22 Nov 2015 02:44:47 +0000 (20:44 -0600)
loopy.scm

index 1d227f12dbc10672fbf1584db970a52b36ede55f..22b6ac894aac168b3f6c85258e98f89899e54f70 100644 (file)
--- 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)))