fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / gui / mousecursor.cpp
index 902f867..b2010c5 100644 (file)
@@ -29,7 +29,7 @@ extern SDL_Surface* screen;
 MouseCursor::MouseCursor(std::string cursor_file) : mid_x(0), mid_y(0)
 {
   cursor = new Surface(cursor_file);
-  
+
   cur_state = MC_NORMAL;
 
   SDL_ShowCursor(SDL_DISABLE);