Whitespace cleanup: Convert space followed by tab to just tab

svn-id: r39203
This commit is contained in:
Max Horn 2009-03-07 19:24:31 +00:00
parent 2dfae035ac
commit f9ecd95d69
62 changed files with 261 additions and 261 deletions

View file

@ -1082,7 +1082,7 @@ bool KyraMetaEngine::hasFeature(MetaEngineFeature f) const {
(f == kSupportsListSaves) ||
(f == kSupportsLoadingDuringStartup) ||
(f == kSupportsDeleteSave) ||
(f == kSavesSupportMetaInfo) ||
(f == kSavesSupportMetaInfo) ||
(f == kSavesSupportThumbnail);
}