mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 20:13:40 +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
|
// erase this particle
|
||||||
particleItr = _particles->erase(particleItr);
|
particleItr = _particles->erase(particleItr);
|
||||||
}
|
} else {
|
||||||
else
|
|
||||||
{
|
|
||||||
++particleItr;
|
++particleItr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue