aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/detection.cpp
diff options
context:
space:
mode:
authorLe Philousophe2019-05-30 16:24:05 +0200
committerEugene Sandulenko2019-06-01 22:43:48 +0200
commit8dceff30ea50a46b9260a0a8e34d42fc45e2a274 (patch)
treea793af2bfbef690c38ae918f8263ce6f21499ca6 /engines/cryomni3d/detection.cpp
parent28206dd554d38ca154b78bf0c349d1a966c31826 (diff)
downloadscummvm-rg350-8dceff30ea50a46b9260a0a8e34d42fc45e2a274.tar.gz
scummvm-rg350-8dceff30ea50a46b9260a0a8e34d42fc45e2a274.tar.bz2
scummvm-rg350-8dceff30ea50a46b9260a0a8e34d42fc45e2a274.zip
CRYOMNI3D: Fix indentation of preproc blocks
Diffstat (limited to 'engines/cryomni3d/detection.cpp')
-rw-r--r--engines/cryomni3d/detection.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cryomni3d/detection.cpp b/engines/cryomni3d/detection.cpp
index 62bdebd072..80d43f2298 100644
--- a/engines/cryomni3d/detection.cpp
+++ b/engines/cryomni3d/detection.cpp
@@ -31,7 +31,7 @@
#include "cryomni3d/cryomni3d.h"
#ifdef ENABLE_VERSAILLES
- #include "cryomni3d/versailles/engine.h"
+#include "cryomni3d/versailles/engine.h"
#endif
namespace CryOmni3D {
@@ -249,7 +249,7 @@ bool CryOmni3DMetaEngine::createInstance(OSystem *syst, Engine **engine,
}
#if PLUGIN_ENABLED_DYNAMIC(CRYOMNI3D)
- REGISTER_PLUGIN_DYNAMIC(CRYOMNI3D, PLUGIN_TYPE_ENGINE, CryOmni3DMetaEngine);
+REGISTER_PLUGIN_DYNAMIC(CRYOMNI3D, PLUGIN_TYPE_ENGINE, CryOmni3DMetaEngine);
#else
- REGISTER_PLUGIN_STATIC(CRYOMNI3D, PLUGIN_TYPE_ENGINE, CryOmni3DMetaEngine);
+REGISTER_PLUGIN_STATIC(CRYOMNI3D, PLUGIN_TYPE_ENGINE, CryOmni3DMetaEngine);
#endif