summaryrefslogtreecommitdiff
path: root/src/gui/setup_players.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-10 22:54:14 +0100
committerIra Rice <irarice@gmail.com>2009-02-10 20:29:13 -0700
commit4f038e895499fcf94fec168ef964f7de4f813113 (patch)
treee3f26d895923f4f14bf07f08cb1bac7cd23a32be /src/gui/setup_players.h
parentff1205d2b89f7f2273a32176c746f36836d7bfa9 (diff)
downloadmana-client-4f038e895499fcf94fec168ef964f7de4f813113.tar.gz
mana-client-4f038e895499fcf94fec168ef964f7de4f813113.tar.bz2
mana-client-4f038e895499fcf94fec168ef964f7de4f813113.tar.xz
mana-client-4f038e895499fcf94fec168ef964f7de4f813113.zip
Whitespace fixes
Mainly removed trailing whitespace. Also small fix in header of recorder.cpp.
Diffstat (limited to 'src/gui/setup_players.h')
-rw-r--r--src/gui/setup_players.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/setup_players.h b/src/gui/setup_players.h
index 07f70b00..46eae0db 100644
--- a/src/gui/setup_players.h
+++ b/src/gui/setup_players.h
@@ -32,8 +32,9 @@ class GuiTable;
class PlayerTableModel;
class StaticTableModel;
-class Setup_Players : public SetupTab,
- public gcn::ActionListener, public PlayerRelationsListener
+class Setup_Players : public SetupTab,
+ public gcn::ActionListener,
+ public PlayerRelationsListener
{
public:
Setup_Players();