Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / badguy / badguy.hpp
index a6f0197..f7ebbff 100644 (file)
@@ -107,7 +107,7 @@ public:
    * Returns whether to call ignite() when a badguy gets hit by a fire bullet
    */
   virtual bool is_flammable() const;
-  
+
   /**
    * Returns whether this badguys is currently on fire
    */
@@ -224,7 +224,7 @@ protected:
 
   bool frozen;
   bool ignited; /**< true if this badguy is currently on fire */
-  
+
   std::string dead_script; /**< script to execute when badguy is killed */
   bool draw_dead_script_hint; /**< whether to draw a visual indication that this Badguy triggers a script */