fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / shrinkfade.cpp
index 9486b15..d921efb 100644 (file)
@@ -51,7 +51,7 @@ ShrinkFade::draw(DrawingContext& context)
   float top = speedtop * accum_time;
   float right = SCREEN_WIDTH - speedright * accum_time;
   float bottom = SCREEN_HEIGHT - speedbottom * accum_time;
-  
+
   context.draw_filled_rect(Vector(0, 0),
                            Vector(left, SCREEN_HEIGHT),
                            black, LAYER_GUI+1);