fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / collision.hpp
index cc5bcd0..73c966d 100644 (file)
@@ -55,10 +55,10 @@ public:
 
 /** checks if 2 rectangle intersect each other */
 bool intersects(const Rect& r1, const Rect& r2);
-  
+
 /** does collision detection between a rectangle and an axis aligned triangle
  * Returns true in case of a collision and fills in the hit structure then.
- */                                                                         
+ */
 bool rectangle_aatriangle(Constraints* constraints, const Rect& rect,
                                    const AATriangle& triangle);
 
@@ -68,4 +68,3 @@ void set_rectangle_rectangle_constraints(Constraints* constraints,
 }
 
 #endif
-