guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: ccache: Fix indentation


From: guix-commits
Subject: 04/06: gnu: ccache: Fix indentation
Date: Sat, 7 Mar 2020 16:34:19 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 74ff08e6b8a0f0f53c89fb25faa31c597ad92f48
Author: Vincent Legoll <address@hidden>
AuthorDate: Wed Mar 4 18:38:59 2020 +0100

    gnu: ccache: Fix indentation
    
    * gnu/packages/ccache.scm (ccache): Fix indentation
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/ccache.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ccache.scm b/gnu/packages/ccache.scm
index c0aafad..5297424 100644
--- a/gnu/packages/ccache.scm
+++ b/gnu/packages/ccache.scm
@@ -44,11 +44,11 @@
     (inputs `(("zlib" ,zlib)))
     (arguments
      '(#:phases (modify-phases %standard-phases
-                 (add-before 'check 'setup-tests
-                   (lambda _
-                     (substitute* '("unittest/test_hashutil.c" 
"test/suites/base.bash")
-                       (("#!/bin/sh") (string-append "#!" (which "sh"))))
-                     #t)))))
+                  (add-before 'check 'setup-tests
+                    (lambda _
+                      (substitute* '("unittest/test_hashutil.c" 
"test/suites/base.bash")
+                        (("#!/bin/sh") (string-append "#!" (which "sh"))))
+                      #t)))))
     (home-page "https://ccache.dev/";)
     (synopsis "Compiler cache")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]