diff options
author | Strangerke | 2013-10-04 18:12:13 +0200 |
---|---|---|
committer | Strangerke | 2013-10-04 18:12:13 +0200 |
commit | c53917ec64eae2bdc2e5eed52cf1f542a07cccbd (patch) | |
tree | da3237b27ae7ea94ac0a88f2f6315564dec24d13 | |
parent | 72d1f587337e32ef378c15e54bde2ba52edbf419 (diff) | |
download | scummvm-rg350-c53917ec64eae2bdc2e5eed52cf1f542a07cccbd.tar.gz scummvm-rg350-c53917ec64eae2bdc2e5eed52cf1f542a07cccbd.tar.bz2 scummvm-rg350-c53917ec64eae2bdc2e5eed52cf1f542a07cccbd.zip |
AVALANCHE: Add indentation on REGISTER_PLUGIN_* lines
-rw-r--r-- | engines/avalanche/detection.cpp | 4 |
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 |