Skip to content

Commit c51e81e

Browse files
author
Chris Brody
authored
Remove trailing whitespace from lib/pbxWriter.js (apache#35)
1 parent db42242 commit c51e81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pbxWriter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ pbxWriter.prototype.writeArray = function (arr, name) {
214214
} else if (isObject(entry)) {
215215
this.write('{\n');
216216
this.indentLevel++;
217-
217+
218218
this.writeObject(entry);
219219

220220
this.indentLevel--;
@@ -286,7 +286,7 @@ pbxWriter.prototype.writeInlineObject = function (n, d, r) {
286286

287287
if (isArray(obj)) {
288288
output.push(f("%s = (", key));
289-
289+
290290
for (var i=0; i < obj.length; i++) {
291291
output.push(f("%s, ", obj[i]))
292292
}

0 commit comments

Comments
 (0)