From 89abab97e3124fa25eb4c7d3e8b38501747a8d17 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 26 Sep 2012 04:17:31 +0200 Subject: JANITORIAL: Remove trailing whitespaces. Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' --- engines/draci/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/draci/detection.cpp') diff --git a/engines/draci/detection.cpp b/engines/draci/detection.cpp index 61705a1e59..2d78d05933 100644 --- a/engines/draci/detection.cpp +++ b/engines/draci/detection.cpp @@ -153,7 +153,7 @@ void DraciMetaEngine::removeSaveState(const char *target, int slot) const { SaveStateDescriptor DraciMetaEngine::querySaveMetaInfos(const char *target, int slot) const { Common::InSaveFile *f = g_system->getSavefileManager()->openForLoading( Draci::DraciEngine::getSavegameFile(slot)); - + if (f) { Draci::DraciSavegameHeader header; Draci::readSavegameHeader(f, header); -- cgit v1.2.3