Removed trailing whitespace from all *.?pp files
[supertux.git] / src / supertux / menu / keyboard_menu.cpp
index 33d79b3..052ed3d 100644 (file)
@@ -1,6 +1,6 @@
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>,
-//                2007 Ingo Ruhnke <grumbel@gmx.de>
+//                2007 Ingo Ruhnke <grumbel@gmail.com>
 //
 //  This program is free software: you can redistribute it and/or modify
 //  it under the terms of the GNU General Public License as published by
@@ -92,7 +92,7 @@ KeyboardMenu::menu_action(MenuItem* item)
     controller->keyboard_manager->wait_for_key = item->id;
   } else if( item->id == Controller::CONTROLCOUNT) {
     controller->keyboard_manager->jump_with_up_kbd = item->toggled;
-  } 
+  }
 }
 
 void