[commit: ghc] master: rts: delint/detab/dewhitespace win32/AsyncIO.h (fdcc699)

git at git.haskell.org git at git.haskell.org
Mon Jul 28 14:35:16 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/fdcc6991e13f33aca4f4a2f3bf1a4559ebcd8c25/ghc

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

commit fdcc6991e13f33aca4f4a2f3bf1a4559ebcd8c25
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Jul 21 19:41:20 2014 -0500

    rts: delint/detab/dewhitespace win32/AsyncIO.h
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

fdcc6991e13f33aca4f4a2f3bf1a4559ebcd8c25
 rts/win32/AsyncIO.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rts/win32/AsyncIO.h b/rts/win32/AsyncIO.h
index 8d99c0a..67d5110 100644
--- a/rts/win32/AsyncIO.h
+++ b/rts/win32/AsyncIO.h
@@ -10,10 +10,10 @@
 
 extern unsigned int
 addIORequest(int   fd,
-	     int   forWriting,
-	     int   isSock,
-	     int   len,
-	     char* buf);
+             int   forWriting,
+             int   isSock,
+             int   len,
+             char* buf);
 extern unsigned int addDelayRequest(int   usecs);
 extern unsigned int addDoProcRequest(void* proc, void* param);
 extern int  startupAsyncIO(void);



More information about the ghc-commits mailing list