[commit: ghc] master: [ci skip] includes: detabify/dewhitespace rts/Stable.h (2957736)
git at git.haskell.org
git at git.haskell.org
Wed Aug 20 17:52:15 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2957736820c6a836d24a7098112d40ae1bb32d65/ghc
>---------------------------------------------------------------
commit 2957736820c6a836d24a7098112d40ae1bb32d65
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Aug 20 12:44:19 2014 -0500
[ci skip] includes: detabify/dewhitespace rts/Stable.h
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
2957736820c6a836d24a7098112d40ae1bb32d65
includes/rts/Stable.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/includes/rts/Stable.h b/includes/rts/Stable.h
index bc3b01a..f75b9ab 100644
--- a/includes/rts/Stable.h
+++ b/includes/rts/Stable.h
@@ -22,9 +22,9 @@ StgStablePtr getStablePtr (StgPtr p);
-------------------------------------------------------------------------- */
typedef struct {
- StgPtr addr; /* Haskell object, free list, or NULL */
- StgPtr old; /* old Haskell object, used during GC */
- StgClosure *sn_obj; /* the StableName object (or NULL) */
+ StgPtr addr; /* Haskell object, free list, or NULL */
+ StgPtr old; /* old Haskell object, used during GC */
+ StgClosure *sn_obj; /* the StableName object (or NULL) */
} snEntry;
typedef struct {
More information about the ghc-commits
mailing list