From 46a9e84c2c03c8d97d7bc5ddf9ff58e986c4aa87 Mon Sep 17 00:00:00 2001 From: Richard Kistruck Date: Wed, 20 Jun 2007 15:41:18 +0100 Subject: [PATCH] Mps br/diag: (whitespace only) remove tabs from poolmrg.c Copied from Perforce Change: 162614 ServerID: perforce.ravenbrook.com --- mps/code/poolmrg.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mps/code/poolmrg.c b/mps/code/poolmrg.c index 1493991b775..1ff3a51405a 100644 --- a/mps/code/poolmrg.c +++ b/mps/code/poolmrg.c @@ -596,18 +596,18 @@ static Res MRGRefSegScan(ScanState ss, MRGRefSeg refseg, MRG mrg) /* free guardians are not scanned */ if (linkOfIndex(linkseg, i)->state != MRGGuardianFREE) { - ss->wasMarked = TRUE; - /* .ref.direct: We can access the reference directly */ - /* because we are in a scan and the shield is exposed. */ - if (TRACE_FIX1(ss, refPart->ref)) { - res = TRACE_FIX2(ss, &(refPart->ref)); - if (res != ResOK) - return res; - - if (ss->rank == RankFINAL && !ss->wasMarked) { /* .improve.rank */ - MRGFinalize(arena, linkseg, i); - } - } + ss->wasMarked = TRUE; + /* .ref.direct: We can access the reference directly */ + /* because we are in a scan and the shield is exposed. */ + if (TRACE_FIX1(ss, refPart->ref)) { + res = TRACE_FIX2(ss, &(refPart->ref)); + if (res != ResOK) + return res; + + if (ss->rank == RankFINAL && !ss->wasMarked) { /* .improve.rank */ + MRGFinalize(arena, linkseg, i); + } + } } } } TRACE_SCAN_END(ss);