[commit: ghc] master: rts: delint/detab/dewhitespace RtsDllMain.c (f81154f)

git at git.haskell.org git at git.haskell.org
Mon Jul 28 14:36:51 UTC 2014


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

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

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

commit f81154f7c7c155ee0f9df344865cd4498af92214
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Jul 21 20:35:30 2014 -0500

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


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

f81154f7c7c155ee0f9df344865cd4498af92214
 rts/RtsDllMain.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rts/RtsDllMain.c b/rts/RtsDllMain.c
index 06c5655..b3b10f0 100644
--- a/rts/RtsDllMain.c
+++ b/rts/RtsDllMain.c
@@ -21,8 +21,8 @@ BOOL
 WINAPI
 DllMain ( HINSTANCE hInstance STG_UNUSED
         , DWORD reason
-	, LPVOID reserved STG_UNUSED
-	)
+        , LPVOID reserved STG_UNUSED
+        )
 {
   /*
    * Note: the DllMain() doesn't call startupHaskell() for you,
@@ -33,7 +33,7 @@ DllMain ( HINSTANCE hInstance STG_UNUSED
   switch (reason) {
 
   // shutdownHaskelAndExit() is already being called,
-  //	so I don't think we need this. BL 2009/11/17
+  //    so I don't think we need this. BL 2009/11/17
 
   //case DLL_PROCESS_DETACH: shutdownHaskell();
   }



More information about the ghc-commits mailing list