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