aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/detection.cpp
diff options
context:
space:
mode:
authorRetro-Junk2016-07-31 00:59:30 +0300
committerEugene Sandulenko2017-01-25 22:41:53 +0100
commit59c90d21ad8f1f1e741cfb4bed3e9e099b37766a (patch)
treef7675de1c40311f3f20996eac50198aa0f95e0fb /engines/cryo/detection.cpp
parentecf0d041045214933b9ef10d490bf62f3c7add99 (diff)
downloadscummvm-rg350-59c90d21ad8f1f1e741cfb4bed3e9e099b37766a.tar.gz
scummvm-rg350-59c90d21ad8f1f1e741cfb4bed3e9e099b37766a.tar.bz2
scummvm-rg350-59c90d21ad8f1f1e741cfb4bed3e9e099b37766a.zip
CRYO: Prettify code with AStyle
Diffstat (limited to 'engines/cryo/detection.cpp')
-rw-r--r--engines/cryo/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp
index 1d6f145c78..1acdbff63b 100644
--- a/engines/cryo/detection.cpp
+++ b/engines/cryo/detection.cpp
@@ -125,7 +125,7 @@ bool CryoMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGame
}
#if PLUGIN_ENABLED_DYNAMIC(CRYO)
- REGISTER_PLUGIN_DYNAMIC(CRYO, PLUGIN_TYPE_ENGINE, CryoMetaEngine);
+REGISTER_PLUGIN_DYNAMIC(CRYO, PLUGIN_TYPE_ENGINE, CryoMetaEngine);
#else
- REGISTER_PLUGIN_STATIC(CRYO, PLUGIN_TYPE_ENGINE, CryoMetaEngine);
+REGISTER_PLUGIN_STATIC(CRYO, PLUGIN_TYPE_ENGINE, CryoMetaEngine);
#endif