[commit: ghc] master: Add missing space in report_summary output (856dd66)

git at git.haskell.org git at git.haskell.org
Sat Dec 8 04:28:53 UTC 2018


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

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

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

commit 856dd66fc9c6416b2f62c8f2ac8bb61f4a48b859
Author: Adam Sandberg Eriksson <adam at sandbergericsson.se>
Date:   Wed Dec 5 21:53:37 2018 +0000

    Add missing space in report_summary output


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

856dd66fc9c6416b2f62c8f2ac8bb61f4a48b859
 rts/Stats.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rts/Stats.c b/rts/Stats.c
index 3d03d49..e42524f 100644
--- a/rts/Stats.c
+++ b/rts/Stats.c
@@ -717,7 +717,7 @@ static void report_summary(const RTSSummaryStats* sum)
                 n_capabilities);
 
     statsPrintf("  SPARKS: %" FMT_Word64
-                "(%" FMT_Word " converted, %" FMT_Word " overflowed, %"
+                " (%" FMT_Word " converted, %" FMT_Word " overflowed, %"
                 FMT_Word " dud, %" FMT_Word " GC'd, %" FMT_Word " fizzled)\n\n",
                 sum->sparks_count,
                 sum->sparks.converted, sum->sparks.overflowed,



More information about the ghc-commits mailing list