Removed trailing whitespace from all *.?pp files
[supertux.git] / src / supertux / menu / profile_menu.cpp
index e616c73..e24ceaa 100644 (file)
@@ -1,5 +1,5 @@
 //  SuperTux
-//  Copyright (C) 2008 Ingo Ruhnke <grumbel@gmx.de>
+//  Copyright (C) 2008 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
@@ -24,7 +24,7 @@
 #include "supertux/globals.hpp"
 #include "util/gettext.hpp"
 
-ProfileMenu::ProfileMenu() 
+ProfileMenu::ProfileMenu()
 {
   add_label(_("Select Profile"));
   add_hl();
@@ -47,7 +47,7 @@ ProfileMenu::ProfileMenu()
 }
 
 void
-ProfileMenu::menu_action(MenuItem* item) 
+ProfileMenu::menu_action(MenuItem* item)
 {
   g_config->profile = item->id;
   MenuManager::instance().clear_menu_stack();