mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 08:41:47 -07:00
Mps: minor formatting.
Copied from Perforce Change: 162963 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
b747fa3684
commit
b40ce0f0a7
1 changed files with 3 additions and 2 deletions
|
|
@ -379,11 +379,12 @@ Res PoolGenInit(PoolGen gen, Chain chain, Serial nr, Pool pool)
|
|||
gen->newSize = (Size)0;
|
||||
gen->sig = PoolGenSig;
|
||||
|
||||
if (nr != chain->genCount)
|
||||
if(nr != chain->genCount) {
|
||||
RingAppend(&chain->gens[nr].locusRing, &gen->genRing);
|
||||
else
|
||||
} else {
|
||||
/* Dynamic generation is linked to the arena, not the chain. */
|
||||
RingAppend(&chain->arena->topGen.locusRing, &gen->genRing);
|
||||
}
|
||||
AVERT(PoolGen, gen);
|
||||
return ResOK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue