Removed trailing whitespace from all *.?pp files
[supertux.git] / src / worldmap / special_tile.cpp
index d804496..b51766b 100644 (file)
@@ -1,5 +1,5 @@
 //  SuperTux
-//  Copyright (C) 2004 Ingo Ruhnke <grumbel@gmx.de>
+//  Copyright (C) 2004 Ingo Ruhnke <grumbel@gmail.com>
 //  Copyright (C) 2006 Christoph Sommer <christoph.sommer@2006.expires.deltadevelopment.de>
 //
 //  This program is free software: you can redistribute it and/or modify
@@ -28,12 +28,12 @@ SpecialTile::SpecialTile(const Reader& lisp) :
   pos(),
   sprite(),
   map_message(),
-  passive_message(false), 
+  passive_message(false),
   script(),
   invisible(false),
-  apply_action_north(true), 
+  apply_action_north(true),
   apply_action_east(true),
-  apply_action_south(true), 
+  apply_action_south(true),
   apply_action_west(true)
 {
   lisp.get("x", pos.x);