diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-10 22:54:14 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-10 22:55:39 +0100 |
commit | 19db8d94d88db56dc9484cc85308906add21826d (patch) | |
tree | 0ff93aecbe78729bdc139cc539df93dc20ada980 /src/gui/setup_players.h | |
parent | 9f2a8799eea3d609a3863a7732ec280d83f12e47 (diff) | |
download | mana-19db8d94d88db56dc9484cc85308906add21826d.tar.gz mana-19db8d94d88db56dc9484cc85308906add21826d.tar.bz2 mana-19db8d94d88db56dc9484cc85308906add21826d.tar.xz mana-19db8d94d88db56dc9484cc85308906add21826d.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.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/setup_players.h b/src/gui/setup_players.h index 2edc6983..74247b77 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(); |