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/particle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/particle.h') diff --git a/src/particle.h b/src/particle.h index fc0090c61..13d322633 100644 --- a/src/particle.h +++ b/src/particle.h @@ -105,7 +105,8 @@ class Particle : public Actor /** * 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; /** * Necessary for sorting with the other sprites. -- cgit v1.2.3-60-g2f50