aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorVincent Bénony2015-12-03 07:13:15 +0100
committerVincent Bénony2016-01-06 16:17:31 +0100
commitc1e664b6d681e4f59de361457e7487c138aaf31f (patch)
tree3c63b447c304bdf428652cc362793c895d386977 /devtools
parent106e3a87bdeb4485e232bec57ff516bb634700b6 (diff)
downloadscummvm-rg350-c1e664b6d681e4f59de361457e7487c138aaf31f.tar.gz
scummvm-rg350-c1e664b6d681e4f59de361457e7487c138aaf31f.tar.bz2
scummvm-rg350-c1e664b6d681e4f59de361457e7487c138aaf31f.zip
IOS: Replaces spaces with tabs
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 8e2ab4c04d..46e6bcd41b 100644
--- a/devtools/create_project/xcode.cpp
+++ b/devtools/create_project/xcode.cpp
@@ -755,7 +755,7 @@ void XcodeProvider::setupBuildConfiguration(const BuildSetup &setup) {
ADD_SETTING(iPhone_Debug, "GCC_ENABLE_FIX_AND_CONTINUE", "NO");
ADD_SETTING(iPhone_Debug, "GCC_OPTIMIZATION_LEVEL", "0");
ADD_SETTING(iPhone_Debug, "GCC_PRECOMPILE_PREFIX_HEADER", "NO");
- ADD_SETTING(iPhone_Debug, "GCC_WARN_64_TO_32_BIT_CONVERSION", "NO");
+ ADD_SETTING(iPhone_Debug, "GCC_WARN_64_TO_32_BIT_CONVERSION", "NO");
ADD_SETTING_QUOTE(iPhone_Debug, "GCC_PREFIX_HEADER", "");
ADD_SETTING(iPhone_Debug, "GCC_THUMB_SUPPORT", "NO");
ADD_SETTING(iPhone_Debug, "GCC_UNROLL_LOOPS", "YES");