mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 08:31:09 -08:00
Mps br/diag: (whitespace only) remove tabs from poolmrg.c
Copied from Perforce Change: 162614 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
29b7c88681
commit
46a9e84c2c
1 changed files with 12 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue