JANITORIAL: Fix whitespaces

This commit is contained in:
Eugene Sandulenko 2017-09-01 13:46:25 +02:00
parent 0aa07efc2b
commit 7ac66c0fc1

View file

@ -521,8 +521,8 @@ SaveStateList ComposerMetaEngine::listSaves(const char *target) const {
}
bool Composer::ComposerEngine::hasFeature(EngineFeature f) const {
return (f == kSupportsRTL
|| f == kSupportsSavingDuringRuntime
return (f == kSupportsRTL
|| f == kSupportsSavingDuringRuntime
|| f == kSupportsLoadingDuringRuntime);
}