aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorTorbjörn Andersson2012-11-18 13:43:33 +0100
committerTorbjörn Andersson2012-11-18 13:43:33 +0100
commitf3c9b218065357ef0178e4d68143deada86b6ed0 (patch)
treef6012c12df377b1aaad0851b7495c1b1be1f8aa5 /engines/scumm
parentee65532a5e3af0a92384d6d777110b6e602cf1c3 (diff)
downloadscummvm-rg350-f3c9b218065357ef0178e4d68143deada86b6ed0.tar.gz
scummvm-rg350-f3c9b218065357ef0178e4d68143deada86b6ed0.tar.bz2
scummvm-rg350-f3c9b218065357ef0178e4d68143deada86b6ed0.zip
SCUMM: Fix whitespace
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/player_v3m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/player_v3m.h b/engines/scumm/player_v3m.h
index 0bbb52221d..b39783fb9a 100644
--- a/engines/scumm/player_v3m.h
+++ b/engines/scumm/player_v3m.h
@@ -40,7 +40,7 @@ class ScummEngine;
/**
* Scumm V3 Macintosh music driver.
*/
- class Player_V3M : public Player_Mac {
+class Player_V3M : public Player_Mac {
public:
Player_V3M(ScummEngine *scumm, Audio::Mixer *mixer);