aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse/instrument.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-07-11 22:53:41 +0200
committerJohannes Schickel2011-07-11 22:53:41 +0200
commit25c0f0a772731144f223ac89a9d9a1977861c616 (patch)
tree233e0495b6f96fd3f6e811f2fbf5f579dcf80ee2 /engines/scumm/imuse/instrument.h
parentae4aad40e5b81ad5582953509c993d92d8f68d16 (diff)
downloadscummvm-rg350-25c0f0a772731144f223ac89a9d9a1977861c616.tar.gz
scummvm-rg350-25c0f0a772731144f223ac89a9d9a1977861c616.tar.bz2
scummvm-rg350-25c0f0a772731144f223ac89a9d9a1977861c616.zip
SCUMM: Adapt iMuse code formatting to our standards.
Diffstat (limited to 'engines/scumm/imuse/instrument.h')
-rw-r--r--engines/scumm/imuse/instrument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/imuse/instrument.h b/engines/scumm/imuse/instrument.h
index 34f955518e..a855c64155 100644
--- a/engines/scumm/imuse/instrument.h
+++ b/engines/scumm/imuse/instrument.h
@@ -55,7 +55,7 @@ public:
itPcSpk = 4
};
- Instrument() : _type (0), _instrument (0) { }
+ Instrument() : _type(0), _instrument(0) { }
~Instrument() { delete _instrument; }
static void nativeMT32(bool native);
static const byte _gmRhythmMap[35];