[Scummvm-git-logs] scummvm master -> 53501a475682ea9cf6f9c51690a8bfdbbbb4f26a

criezy criezy at scummvm.org
Wed Aug 7 22:06:25 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
53501a4756 JANITORIAL: Fix indentation


Commit: 53501a475682ea9cf6f9c51690a8bfdbbbb4f26a
    https://github.com/scummvm/scummvm/commit/53501a475682ea9cf6f9c51690a8bfdbbbb4f26a
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2019-08-07T21:04:43+01:00

Commit Message:
JANITORIAL: Fix indentation

Changed paths:
    devtools/create_project/xcode.cpp


diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp
index 81678ae..6236629 100644
--- a/devtools/create_project/xcode.cpp
+++ b/devtools/create_project/xcode.cpp
@@ -749,7 +749,7 @@ XcodeProvider::ValueList& XcodeProvider::getResourceFiles() const {
 	if (files.empty()) {
 		files.push_back("gui/themes/scummclassic.zip");
 		files.push_back("gui/themes/scummmodern.zip");
-    files.push_back("gui/themes/scummremastered.zip");
+		files.push_back("gui/themes/scummremastered.zip");
 		files.push_back("gui/themes/translations.dat");
 		files.push_back("dists/engine-data/access.dat");
 		files.push_back("dists/engine-data/cryo.dat");





More information about the Scummvm-git-logs mailing list