From 74ff08e6b8a0f0f53c89fb25faa31c597ad92f48 Mon Sep 17 00:00:00 2001 From: Vincent Legoll Date: Wed, 4 Mar 2020 18:38:59 +0100 Subject: gnu: ccache: Fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/ccache.scm (ccache): Fix indentation Signed-off-by: Ludovic Courtès --- 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 c0aafad1fd..529742403e 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 -- cgit v1.2.3