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/status.cpp | |
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/status.cpp')
-rw-r--r-- | src/gui/status.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp index e8426ec4..683a9a41 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -132,7 +132,7 @@ StatusWindow::StatusWindow(LocalPlayer *player): place(0, 0, mStatsTitleLabel, 5); place(5, 1, mStatsTotalLabel, 5); place(12, 1, mStatsCostLabel, 5); - for(int i = 0; i < 6; i++) + for (int i = 0; i < 6; i++) { place(0, 2 + i, mStatsLabel[i], 7).setPadding(5); place(7, 2 + i, mStatsDisplayLabel[i]).setPadding(5); |