From 33777e9cd5e14cfe38af38651768be0948dbb949 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 19 Jun 2021 12:06:26 +0100 Subject: Tweak some indentation --- guix-build-coordinator/agent.scm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/guix-build-coordinator/agent.scm b/guix-build-coordinator/agent.scm index 6fe3e71..7966020 100644 --- a/guix-build-coordinator/agent.scm +++ b/guix-build-coordinator/agent.scm @@ -315,11 +315,13 @@ (process-job build perform-post-build-actions)) #:thread-start-delay - (make-time time-duration - 0 - (max 5 - (- 135 (* 120 - (/ max-parallel-builds 64)))))))) + (make-time + time-duration + 0 + (max 5 + (- 135 + (* 120 + (/ max-parallel-builds 64)))))))) (define (display-info) (display (simple-format -- cgit v1.2.3