mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
Mps: removing misleading parens around a return expression.
Copied from Perforce Change: 162475 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
8ba4b5c9c5
commit
00f0093548
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ static Count MRGGuardiansPerSeg(MRG mrg)
|
|||
nGuardians = mrg->extendBy / sizeof(Ref);
|
||||
AVER(nGuardians > 0);
|
||||
|
||||
return(nGuardians);
|
||||
return nGuardians;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue