diff options
author | Thierry Crozat | 2019-08-07 21:04:43 +0100 |
---|---|---|
committer | Thierry Crozat | 2019-08-07 21:04:43 +0100 |
commit | 53501a475682ea9cf6f9c51690a8bfdbbbb4f26a (patch) | |
tree | 1930e70f00c10243cd55e492ebc67a570361241c /devtools/create_project | |
parent | 9d56eb2dc714493434fbebc2cda76b2e125e5752 (diff) | |
download | scummvm-rg350-53501a475682ea9cf6f9c51690a8bfdbbbb4f26a.tar.gz scummvm-rg350-53501a475682ea9cf6f9c51690a8bfdbbbb4f26a.tar.bz2 scummvm-rg350-53501a475682ea9cf6f9c51690a8bfdbbbb4f26a.zip |
JANITORIAL: Fix indentation
Diffstat (limited to 'devtools/create_project')
-rw-r--r-- | devtools/create_project/xcode.cpp | 2 |
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"); |