aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2013-10-04 18:12:13 +0200
committerStrangerke2013-10-04 18:12:13 +0200
commitc53917ec64eae2bdc2e5eed52cf1f542a07cccbd (patch)
treeda3237b27ae7ea94ac0a88f2f6315564dec24d13 /engines
parent72d1f587337e32ef378c15e54bde2ba52edbf419 (diff)
downloadscummvm-rg350-c53917ec64eae2bdc2e5eed52cf1f542a07cccbd.tar.gz
scummvm-rg350-c53917ec64eae2bdc2e5eed52cf1f542a07cccbd.tar.bz2
scummvm-rg350-c53917ec64eae2bdc2e5eed52cf1f542a07cccbd.zip
AVALANCHE: Add indentation on REGISTER_PLUGIN_* lines
Diffstat (limited to 'engines')
-rw-r--r--engines/avalanche/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/detection.cpp b/engines/avalanche/detection.cpp
index 6630ab801f..7fd85c5c1a 100644
--- a/engines/avalanche/detection.cpp
+++ b/engines/avalanche/detection.cpp
@@ -212,7 +212,7 @@ SaveStateDescriptor AvalancheMetaEngine::querySaveMetaInfos(const char *target,
} // End of namespace Avalanche
#if PLUGIN_ENABLED_DYNAMIC(AVALANCHE)
-REGISTER_PLUGIN_DYNAMIC(AVALANCHE, PLUGIN_TYPE_ENGINE, Avalanche::AvalancheMetaEngine);
+ REGISTER_PLUGIN_DYNAMIC(AVALANCHE, PLUGIN_TYPE_ENGINE, Avalanche::AvalancheMetaEngine);
#else
-REGISTER_PLUGIN_STATIC(AVALANCHE, PLUGIN_TYPE_ENGINE, Avalanche::AvalancheMetaEngine);
+ REGISTER_PLUGIN_STATIC(AVALANCHE, PLUGIN_TYPE_ENGINE, Avalanche::AvalancheMetaEngine);
#endif