aboutsummaryrefslogtreecommitdiff
path: root/audio/mods/tfmx.h
diff options
context:
space:
mode:
authorJohannes Schickel2013-01-26 19:33:27 +0100
committerJohannes Schickel2013-01-26 19:38:02 +0100
commitb4d0a8ba66e2c99949d1fa14d801c7de77db76ba (patch)
treed633de60fb87682583ba68d9aea914f5af8a758d /audio/mods/tfmx.h
parentda8eeb9dbed2102764b3ca0697d6882bae0402cc (diff)
downloadscummvm-rg350-b4d0a8ba66e2c99949d1fa14d801c7de77db76ba.tar.gz
scummvm-rg350-b4d0a8ba66e2c99949d1fa14d801c7de77db76ba.tar.bz2
scummvm-rg350-b4d0a8ba66e2c99949d1fa14d801c7de77db76ba.zip
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
Diffstat (limited to 'audio/mods/tfmx.h')
-rw-r--r--audio/mods/tfmx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mods/tfmx.h b/audio/mods/tfmx.h
index ebe1172278..a8852d7963 100644
--- a/audio/mods/tfmx.h
+++ b/audio/mods/tfmx.h
@@ -273,6 +273,6 @@ private:
void noteCommand(uint8 note, uint8 param1, uint8 param2, uint8 param3);
};
-} // End of namespace Audio
+} // End of namespace Audio
#endif // !defined(AUDIO_MODS_TFMX_H)