mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
Fix formatting to abide by compressed K&R style.
This commit is contained in:
parent
6fd4903672
commit
141c20f4ef
1 changed files with 1 additions and 3 deletions
|
@ -80,9 +80,7 @@ void ParticleTreeElement::update(ParticleTreeUpdateArgs& args) {
|
|||
|
||||
// erase this particle
|
||||
particleItr = _particles->erase(particleItr);
|
||||
}
|
||||
else
|
||||
{
|
||||
} else {
|
||||
++particleItr;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue