From ecc0dbab411d6f1f741dd19d0bc593ecc36a4941 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Sep 2012 16:24:39 +0300 Subject: fix code style. --- src/imageparticle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/imageparticle.h') diff --git a/src/imageparticle.h b/src/imageparticle.h index df1f5bdf1..800b30584 100644 --- a/src/imageparticle.h +++ b/src/imageparticle.h @@ -52,7 +52,8 @@ class ImageParticle : public Particle /** * Draws the particle image */ - virtual bool draw(Graphics *graphics, int offsetX, int offsetY) const override; + virtual bool draw(Graphics *graphics, + int offsetX, int offsetY) const override; static std::map imageParticleCountByName; protected: -- cgit v1.2.3-60-g2f50