[commit: packages/process] master: Remove extra whitespace (48c8fde)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 21:19:27 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/48c8fde957e76235224b80149b7f54796c9a6e30/process

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

commit 48c8fde957e76235224b80149b7f54796c9a6e30
Author: Charles Cooper <cooper.charles.m at gmail.com>
Date:   Mon Feb 20 12:19:36 2017 -0800

    Remove extra whitespace


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

48c8fde957e76235224b80149b7f54796c9a6e30
 System/Process.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/System/Process.hs b/System/Process.hs
index 0a5e93e..bc4c1ae 100644
--- a/System/Process.hs
+++ b/System/Process.hs
@@ -679,7 +679,7 @@ getProcessExitCode ph@(ProcessHandle _ delegating_ctlc _) = tryLockWaitpid $ do
                 Just () -> putMVar (waitpidLock ph) ()
               between m = case m of
                 Nothing -> return Nothing
-                Just () -> do     action
+                Just () -> action
 
 -- ----------------------------------------------------------------------------
 -- terminateProcess



More information about the ghc-commits mailing list