From 8dceff30ea50a46b9260a0a8e34d42fc45e2a274 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Thu, 30 May 2019 16:24:05 +0200 Subject: CRYOMNI3D: Fix indentation of preproc blocks --- engines/cryomni3d/detection.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines') 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 -- cgit v1.2.3