Skip to content

Commit

Permalink
Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Feb 20, 2017
1 parent c722d8b commit 48c8fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System/Process.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48c8fde

Please sign in to comment.