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 2018/12/12 00:30:21 UTC

[cordova-node-xcode] branch master updated: Remove trailing whitespace from lib/pbxWriter.js (#35)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-node-xcode.git


The following commit(s) were added to refs/heads/master by this push:
     new c51e81e  Remove trailing whitespace from lib/pbxWriter.js (#35)
c51e81e is described below

commit c51e81e1d12055aa4ecdc3da9a41f31b7877165c
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Tue Dec 11 19:30:17 2018 -0500

    Remove trailing whitespace from lib/pbxWriter.js (#35)
---
 lib/pbxWriter.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/pbxWriter.js b/lib/pbxWriter.js
index ae719d9..1f266d9 100644
--- a/lib/pbxWriter.js
+++ b/lib/pbxWriter.js
@@ -214,7 +214,7 @@ pbxWriter.prototype.writeArray = function (arr, name) {
         } else if (isObject(entry)) {
             this.write('{\n');
             this.indentLevel++;
-            
+
             this.writeObject(entry);
 
             this.indentLevel--;
@@ -286,7 +286,7 @@ pbxWriter.prototype.writeInlineObject = function (n, d, r) {
 
             if (isArray(obj)) {
                 output.push(f("%s = (", key));
-                
+
                 for (var i=0; i < obj.length; i++) {
                     output.push(f("%s, ", obj[i]))
                 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org