[commit: ghc] master: [ci skip] includes: detabify/dewhitespace RtsAPI.h (772ffbe)

git at git.haskell.org git at git.haskell.org
Wed Aug 20 17:51:50 UTC 2014


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

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

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

commit 772ffbe77e81b680124c41ba6b3119ca4d7ac2c1
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Aug 20 12:40:48 2014 -0500

    [ci skip] includes: detabify/dewhitespace RtsAPI.h
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

772ffbe77e81b680124c41ba6b3119ca4d7ac2c1
 includes/RtsAPI.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/includes/RtsAPI.h b/includes/RtsAPI.h
index 6e4decb..0ba1671 100644
--- a/includes/RtsAPI.h
+++ b/includes/RtsAPI.h
@@ -23,8 +23,8 @@ extern "C" {
  */
 typedef enum {
     NoStatus,    /* not finished yet */
-    Success,	 /* completed successfully */
-    Killed,	 /* uncaught exception */
+    Success,     /* completed successfully */
+    Killed,      /* uncaught exception */
     Interrupted, /* stopped in response to a call to interruptStgRts */
     HeapExhausted /* out of memory */
 } SchedulerStatus;
@@ -76,7 +76,7 @@ extern const RtsConfig defaultRtsConfig;
 
 /* DEPRECATED, use hs_init() or hs_init_ghc() instead  */
 extern void startupHaskell         ( int argc, char *argv[],
-				     void (*init_root)(void) );
+                                     void (*init_root)(void) );
 
 /* DEPRECATED, use hs_exit() instead  */
 extern void shutdownHaskell        ( void );
@@ -243,10 +243,10 @@ void rts_done (void);
    ----------------------------------------------------------------------- */
 
 // When producing Windows DLLs the we need to know which symbols are in the
-//	local package/DLL vs external ones. 
+//      local package/DLL vs external ones.
 //
-//	Note that RtsAPI.h is also included by foreign export stubs in
-//	the base package itself.
+//      Note that RtsAPI.h is also included by foreign export stubs in
+//      the base package itself.
 //
 #if defined(COMPILING_WINDOWS_DLL) && !defined(COMPILING_BASE_PACKAGE)
 __declspec(dllimport) extern StgWord base_GHCziTopHandler_runIO_closure[];



More information about the ghc-commits mailing list