[commit: ghc] master: Newline after type of allocate(). (f82e866)

git at git.haskell.org git at git.haskell.org
Mon Jun 1 18:39:34 UTC 2015


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

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

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

commit f82e866504259c674d6fb3f66e67ae943a688b3f
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Mon Jun 1 11:37:01 2015 -0700

    Newline after type of allocate().
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

f82e866504259c674d6fb3f66e67ae943a688b3f
 rts/sm/Storage.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rts/sm/Storage.c b/rts/sm/Storage.c
index 50926b7..85884fa 100644
--- a/rts/sm/Storage.c
+++ b/rts/sm/Storage.c
@@ -738,7 +738,8 @@ move_STACK (StgStack *src, StgStack *dest)
    that operation fails, then the whole process will be killed.
    -------------------------------------------------------------------------- */
 
-StgPtr allocate (Capability *cap, W_ n)
+StgPtr
+allocate (Capability *cap, W_ n)
 {
     bdescr *bd;
     StgPtr p;



More information about the ghc-commits mailing list