Small style fix
[supertux.git] / src / object / particles.hpp
index 8582665..c98aa57 100644 (file)
@@ -38,8 +38,8 @@ private:
   struct Particle {
     Vector pos, vel;
 
-    Particle() : 
-      pos(), 
+    Particle() :
+      pos(),
       vel()
     {}
     //     float angle;