Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / object / bullet.hpp
index 7891447..c3464d7 100644 (file)
@@ -42,7 +42,7 @@ public:
    * Note that the @c hit parameter is filled in as perceived by the object, not by the bullet.
    */
   void ricochet(GameObject& other, const CollisionHit& hit);
-  
+
   BonusType get_type()
   {
     return type;