aboutsummaryrefslogtreecommitdiffstats
path: root/test/built-ins/parseInt/S15.1.2.2_A7.3_T1.js
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2018-02-15 15:12:07 -0500
committerLeo Balter <leonardo.balter@gmail.com>2018-02-15 15:12:07 -0500
commit7108616b8e50311594a2697627556bc50ef91e66 (patch)
tree1024a925235bfc695c8c0d89800ad9cf8ffe8451 /test/built-ins/parseInt/S15.1.2.2_A7.3_T1.js
parent9a211b1c9f895609ced9c043e9fe6f3e953f6aa0 (diff)
built-ins/parseInt, parseFloat/*: make all indentation consistent (depth & character) (#1437)
Diffstat (limited to 'test/built-ins/parseInt/S15.1.2.2_A7.3_T1.js')
-rw-r--r--test/built-ins/parseInt/S15.1.2.2_A7.3_T1.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/parseInt/S15.1.2.2_A7.3_T1.js b/test/built-ins/parseInt/S15.1.2.2_A7.3_T1.js
index bf5ed5294..5b8fdfcbf 100644
--- a/test/built-ins/parseInt/S15.1.2.2_A7.3_T1.js
+++ b/test/built-ins/parseInt/S15.1.2.2_A7.3_T1.js
@@ -17,8 +17,8 @@ for (var i = 2; i <= 36; i++) {
var str = "+";
var sign = 1;
if (j % 2 !== 0) {
- str = "-";
- sign= -1;
+ str = "-";
+ sign = -1;
}
var num = 0;
var pow = 1;