Fix crash on ESC press when no music is playing
[supertux.git] / src / object / rain_particle_system.hpp
index 296740e..09f28a0 100644 (file)
@@ -41,7 +41,7 @@ private:
   public:
     float speed;
 
-    RainParticle() : 
+    RainParticle() :
       speed()
     {}
   };