[commit: process] master: Whitespace only (c018c63)

Ian Lynagh igloo at earth.li
Sun Jun 2 23:22:31 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/process

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/c018c63779c2dca22cb886786f5fd4a56f0156a5

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

commit c018c63779c2dca22cb886786f5fd4a56f0156a5
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sun Jun 2 16:07:05 2013 +0100

    Whitespace only

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

 include/runProcess.h |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/include/runProcess.h b/include/runProcess.h
index f435c59..19e2b22 100644
--- a/include/runProcess.h
+++ b/include/runProcess.h
@@ -54,12 +54,14 @@ typedef PHANDLE ProcHandle;
 #if !(defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32))
 
 extern ProcHandle runInteractiveProcess( char *const args[], 
-					 char *workingDirectory, 
-					 char **environment, 
-                                         int fdStdIn, int fdStdOut, int fdStdErr,
-					 int *pfdStdInput, 
-					 int *pfdStdOutput, 
-					 int *pfdStdError,
+                                         char *workingDirectory, 
+                                         char **environment, 
+                                         int fdStdIn,
+                                         int fdStdOut,
+                                         int fdStdErr,
+                                         int *pfdStdInput, 
+                                         int *pfdStdOutput, 
+                                         int *pfdStdError,
                                          int set_inthandler, long inthandler, 
                                          int set_quithandler, long quithandler,
                                          int flags);
@@ -67,12 +69,14 @@ extern ProcHandle runInteractiveProcess( char *const args[],
 #else
 
 extern ProcHandle runInteractiveProcess( wchar_t *cmd,
-					 wchar_t *workingDirectory,
-					 wchar_t *environment,
-                                         int fdStdIn, int fdStdOut, int fdStdErr,
-					 int *pfdStdInput,
-					 int *pfdStdOutput,
-					 int *pfdStdError,
+                                         wchar_t *workingDirectory,
+                                         wchar_t *environment,
+                                         int fdStdIn,
+                                         int fdStdOut,
+                                         int fdStdErr,
+                                         int *pfdStdInput,
+                                         int *pfdStdOutput,
+                                         int *pfdStdError,
                                          int flags);
 
 #endif





More information about the ghc-commits mailing list