diff options
author | Johannes Schickel | 2013-01-26 19:33:27 +0100 |
---|---|---|
committer | Johannes Schickel | 2013-01-26 19:38:02 +0100 |
commit | b4d0a8ba66e2c99949d1fa14d801c7de77db76ba (patch) | |
tree | d633de60fb87682583ba68d9aea914f5af8a758d /engines/toltecs | |
parent | da8eeb9dbed2102764b3ca0697d6882bae0402cc (diff) | |
download | scummvm-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 'engines/toltecs')
-rw-r--r-- | engines/toltecs/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp index 4016becb82..788f813762 100644 --- a/engines/toltecs/detection.cpp +++ b/engines/toltecs/detection.cpp @@ -324,7 +324,7 @@ SaveStateDescriptor ToltecsMetaEngine::querySaveMetaInfos(const char *target, in } return SaveStateDescriptor(); -} // End of namespace Toltecs +} // End of namespace Toltecs #if PLUGIN_ENABLED_DYNAMIC(TOLTECS) REGISTER_PLUGIN_DYNAMIC(TOLTECS, PLUGIN_TYPE_ENGINE, ToltecsMetaEngine); |