Removed trailing whitespace from all *.?pp files
[supertux.git] / src / badguy / haywire.hpp
index 5e4817d..874d73a 100644 (file)
@@ -43,8 +43,8 @@ private:
   float time_until_explosion;
   bool is_stunned;
   float time_stunned;
-  
-  std::unique_ptr<SoundSource> ticking;  
+
+  std::unique_ptr<SoundSource> ticking;
   std::unique_ptr<SoundSource> grunting;
 };