[commit: ghc] ghc-lwc2: Space edits to scheduler (cabed55)

Ian Lynagh igloo at earth.li
Thu Feb 28 15:20:01 CET 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : ghc-lwc2

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

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

commit cabed551cc5e4765cf734d05dcdd912617891a38
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date:   Mon Feb 25 11:45:17 2013 -0500

    Space edits to scheduler

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

 rts/Schedule.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rts/Schedule.c b/rts/Schedule.c
index 569839c..b39fa68 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -1344,7 +1344,7 @@ scheduleHandleThreadBlocked(Capability *cap, StgTSO *t)
  * Handle a thread that returned to the scheduler with ThreadSwitch
  * -------------------------------------------------------------------------- */
 
-    static void
+static void
 scheduleHandleThreadSwitch( Capability* cap STG_UNUSED,
                             StgTSO *t STG_UNUSED)
 {
@@ -1356,7 +1356,7 @@ scheduleHandleThreadSwitch( Capability* cap STG_UNUSED,
  * Handle a thread that returned to the scheduler with ThreadFinished
  * -------------------------------------------------------------------------- */
 
-    static rtsBool
+static rtsBool
 scheduleHandleThreadFinished (Capability *cap STG_UNUSED, Task *task, StgTSO *t)
 {
     /* Need to check whether this was a main thread, and if so,





More information about the ghc-commits mailing list