You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2012/11/23 22:26:53 UTC

[3/10] ios commit: Fix tabs-vs-spaces in template config.xml.

Fix tabs-vs-spaces in template config.xml.


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/4c428abc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/4c428abc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/4c428abc

Branch: refs/heads/master
Commit: 4c428abc37672db8166b57f0d946a22e18f981d5
Parents: 0008a7a
Author: Braden Shepherdson <br...@chromium.org>
Authored: Fri Nov 23 15:10:35 2012 -0500
Committer: Braden Shepherdson <br...@chromium.org>
Committed: Fri Nov 23 15:10:35 2012 -0500

----------------------------------------------------------------------
 bin/templates/project/__TESTING__/config.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/4c428abc/bin/templates/project/__TESTING__/config.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/__TESTING__/config.xml b/bin/templates/project/__TESTING__/config.xml
index 466e884..337d38d 100644
--- a/bin/templates/project/__TESTING__/config.xml
+++ b/bin/templates/project/__TESTING__/config.xml
@@ -33,7 +33,7 @@
     <preference name="OpenAllWhitelistURLsInWebView" value="false" />
     <preference name="BackupWebStorage" value="cloud" />
 
-	<plugins>
+    <plugins>
         <plugin name="Device" value="CDVDevice" />
         <plugin name="Logger" value="CDVLogger" />
         <plugin name="Compass" value="CDVLocation" />
@@ -53,7 +53,7 @@
         <plugin name="Battery" value="CDVBattery" />
         <plugin name="Globalization" value="CDVGlobalization" />
         <plugin name="InAppBrowser" value="CDVInAppBrowser" />
-	</plugins>
+    </plugins>
 
     <access origin="*" />
 </cordova>