JANITORIAL: Fix whitespaces
This commit is contained in:
parent
0aa07efc2b
commit
7ac66c0fc1
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue