[commit: ghc] wip/nfs-locking: Remove excessive whitespace (787cb4f)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:35:13 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/787cb4f1f82c4928d6a4d0259da6694f3fd0fe64/ghc

>---------------------------------------------------------------

commit 787cb4f1f82c4928d6a4d0259da6694f3fd0fe64
Author: Kai Harries <kai.harries at gmail.com>
Date:   Sun Jun 19 09:36:04 2016 +0200

    Remove excessive whitespace


>---------------------------------------------------------------

787cb4f1f82c4928d6a4d0259da6694f3fd0fe64
 src/Rules/Actions.hs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Rules/Actions.hs b/src/Rules/Actions.hs
index 7221441..734cb91 100644
--- a/src/Rules/Actions.hs
+++ b/src/Rules/Actions.hs
@@ -165,8 +165,7 @@ applyPatch dir patch = do
     quietly $ cmd Shell cmdEcho [Cwd dir] [path, "-p0 <", patch]
 
 runBuilder :: Builder -> [String] -> Action ()
-runBuilder =
-    runBuilderWith []
+runBuilder = runBuilderWith []
 
 runBuilderWith :: [CmdOption] -> Builder -> [String] -> Action ()
 runBuilderWith options builder args = do



More information about the ghc-commits mailing list