aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/sound_nebular.h
diff options
context:
space:
mode:
authorJohannes Schickel2014-05-27 00:58:25 +0200
committerJohannes Schickel2014-05-27 00:58:25 +0200
commitdb3ca8255fd0f237e2b180a94e3124e0caf00e45 (patch)
treec9e978592f866b78e1119b99e29ed496becc3d10 /engines/mads/nebular/sound_nebular.h
parent9866aba2e43da914a17d17b695456ca25a875469 (diff)
downloadscummvm-rg350-db3ca8255fd0f237e2b180a94e3124e0caf00e45.tar.gz
scummvm-rg350-db3ca8255fd0f237e2b180a94e3124e0caf00e45.tar.bz2
scummvm-rg350-db3ca8255fd0f237e2b180a94e3124e0caf00e45.zip
MADS: More formatting fixes.
Add space before : in inheritance.
Diffstat (limited to 'engines/mads/nebular/sound_nebular.h')
-rw-r--r--engines/mads/nebular/sound_nebular.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/nebular/sound_nebular.h b/engines/mads/nebular/sound_nebular.h
index b5dee5b3ed..2113b103fb 100644
--- a/engines/mads/nebular/sound_nebular.h
+++ b/engines/mads/nebular/sound_nebular.h
@@ -131,7 +131,7 @@ struct RegisterValue {
/**
* Base class for the sound player resource files
*/
-class ASound: public Audio::AudioStream {
+class ASound : public Audio::AudioStream {
private:
struct CachedDataEntry {
int _offset;
@@ -365,7 +365,7 @@ public:
virtual int getRate() const { return 11025; }
};
-class ASound1: public ASound {
+class ASound1 : public ASound {
private:
typedef int (ASound1::*CommandPtr)();
static const CommandPtr _commandList[42];