summaryrefslogtreecommitdiff
path: root/src/particle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle.cpp')
-rw-r--r--src/particle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particle.cpp b/src/particle.cpp
index 50b41018e..3edee622d 100644
--- a/src/particle.cpp
+++ b/src/particle.cpp
@@ -210,7 +210,7 @@ bool Particle::update()
{
Particle *const p = *it;
p->moveBy(mPos);
- mChildParticles.push_back (p);
+ mChildParticles.push_back(p);
}
}
}