Have build remove trailing spaces in lines.

Former-commit-id: 580650186c9661b900ebbe846e13ba194fd2c0bc
This commit is contained in:
John-David Dalton
2013-08-07 19:38:52 -07:00
parent 3d4f58d564
commit 7371f8927c
4 changed files with 28 additions and 28 deletions

View File

@@ -872,7 +872,7 @@
(conditions.join(' && ')) +
') {\n ';
}
__p +=
__p +=
(obj.loop) +
'; ';
if (conditions.length) {
@@ -886,7 +886,7 @@
(conditions.join(' && ')) +
') {\n ';
}
__p +=
__p +=
(obj.loop) +
'; ';
if (conditions.length) {
@@ -914,7 +914,7 @@
if (obj.array || support.nonEnumArgs) {
__p += '\n}';
}
__p +=
__p +=
(obj.bottom) +
';\nreturn result';