aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorThierry Crozat2019-08-07 21:04:43 +0100
committerThierry Crozat2019-08-07 21:04:43 +0100
commit53501a475682ea9cf6f9c51690a8bfdbbbb4f26a (patch)
tree1930e70f00c10243cd55e492ebc67a570361241c /devtools
parent9d56eb2dc714493434fbebc2cda76b2e125e5752 (diff)
downloadscummvm-rg350-53501a475682ea9cf6f9c51690a8bfdbbbb4f26a.tar.gz
scummvm-rg350-53501a475682ea9cf6f9c51690a8bfdbbbb4f26a.tar.bz2
scummvm-rg350-53501a475682ea9cf6f9c51690a8bfdbbbb4f26a.zip
JANITORIAL: Fix indentation
Diffstat (limited to 'devtools')
-rw-r--r--devtools/create_project/xcode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp
index 81678ae624..6236629b69 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");