Skip to content

Commit

Permalink
JANITORIAL: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
criezy committed Aug 7, 2019
1 parent 9d56eb2 commit 53501a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/create_project/xcode.cpp
Expand Up @@ -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");
Expand Down

0 comments on commit 53501a4

Please sign in to comment.