summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/ProfHeap.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c
index 940d5e4ae9..91880df305 100644
--- a/rts/ProfHeap.c
+++ b/rts/ProfHeap.c
@@ -951,9 +951,10 @@ dumpCensus( Census *census )
// it might be the distinguished retainer set rs_MANY:
if(RtsFlags.ProfFlags.generateHpFile) {
- if (rs == &rs_MANY) {
- fprintf(hp_file, "MANY");
- break;
+ if (rs == &rs_MANY) {
+ fprintf(hp_file, "MANY");
+ break;
+ }
}
// Mark this retainer set by negating its id, because it