summaryrefslogtreecommitdiff
path: root/test/built-ins/Math/pow/applying-the-exp-operator_A17.js
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2018-02-15 17:34:54 -0500
committerRick Waldron <waldron.rick@gmail.com>2018-02-15 18:04:03 -0500
commit8add0d64b226665972d8021a7a271b82c2c4ffa2 (patch)
treeadcee2ff5cdcceab8c5aa16fff128688abfe64ef /test/built-ins/Math/pow/applying-the-exp-operator_A17.js
parent7024f3fa11e7e5169c4d42fc8ee7de3e93f7de9d (diff)
downloadqtdeclarative-testsuites-8add0d64b226665972d8021a7a271b82c2c4ffa2.tar.gz
Fix whitespace
Diffstat (limited to 'test/built-ins/Math/pow/applying-the-exp-operator_A17.js')
-rw-r--r--test/built-ins/Math/pow/applying-the-exp-operator_A17.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A17.js b/test/built-ins/Math/pow/applying-the-exp-operator_A17.js
index 388dcaf60..939a0376d 100644
--- a/test/built-ins/Math/pow/applying-the-exp-operator_A17.js
+++ b/test/built-ins/Math/pow/applying-the-exp-operator_A17.js
@@ -15,7 +15,6 @@ exponent[1] = 1;
exponent[0] = 0.000000000000001;
var exponentnum = 4;
-for (var i = 0; i < exponentnum; i++)
-{
+for (var i = 0; i < exponentnum; i++) {
assert.sameValue(Math.pow(base, exponent[i]), 0, exponent[i]);
}