summaryrefslogtreecommitdiff
path: root/test/built-ins/Math/pow/applying-the-exp-operator_A8.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_A8.js
parent7024f3fa11e7e5169c4d42fc8ee7de3e93f7de9d (diff)
downloadqtdeclarative-testsuites-8add0d64b226665972d8021a7a271b82c2c4ffa2.tar.gz
Fix whitespace
Diffstat (limited to 'test/built-ins/Math/pow/applying-the-exp-operator_A8.js')
-rw-r--r--test/built-ins/Math/pow/applying-the-exp-operator_A8.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A8.js b/test/built-ins/Math/pow/applying-the-exp-operator_A8.js
index e87cd290c..61b2d8960 100644
--- a/test/built-ins/Math/pow/applying-the-exp-operator_A8.js
+++ b/test/built-ins/Math/pow/applying-the-exp-operator_A8.js
@@ -13,8 +13,7 @@ base[0] = -1;
base[1] = 1
var basenum = 2;
-for (var i = 0; i < basenum; i++)
-{
+for (var i = 0; i < basenum; i++) {
assert.sameValue(
Math.pow(base[i], exponent),
NaN,