mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 12:12:16 +00:00
CRUISE: Indent REGISTER_PLUGIN_* for consistency.
This commit is contained in:
parent
0138330464
commit
5c29233921
@ -286,7 +286,7 @@ bool CruiseMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGa
|
||||
|
||||
|
||||
#if PLUGIN_ENABLED_DYNAMIC(CRUISE)
|
||||
REGISTER_PLUGIN_DYNAMIC(CRUISE, PLUGIN_TYPE_ENGINE, CruiseMetaEngine);
|
||||
REGISTER_PLUGIN_DYNAMIC(CRUISE, PLUGIN_TYPE_ENGINE, CruiseMetaEngine);
|
||||
#else
|
||||
REGISTER_PLUGIN_STATIC(CRUISE, PLUGIN_TYPE_ENGINE, CruiseMetaEngine);
|
||||
REGISTER_PLUGIN_STATIC(CRUISE, PLUGIN_TYPE_ENGINE, CruiseMetaEngine);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user