Reviewers: ulan,

Message:
PTAL.

Description:
Fix presubmit.


Please review this at http://codereview.chromium.org/8821016/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/mjsunit/math-pow.js


Index: test/mjsunit/math-pow.js
diff --git a/test/mjsunit/math-pow.js b/test/mjsunit/math-pow.js
index e2b2c78613af99c2e95105ada8b86a29354858c5..535588dbd1f3d5c5cad090576c304bde42243e79 100644
--- a/test/mjsunit/math-pow.js
+++ b/test/mjsunit/math-pow.js
@@ -140,7 +140,7 @@ function test() {
   assertEquals(NaN, Math.pow(-16, 0.5));
   assertEquals(0.25, Math.pow(16, -0.5));
   assertEquals(NaN, Math.pow(-16, -0.5));
-
+
   // Tests from Mozilla 15.8.2.13.
   assertEquals(2, Math.pow.length);
   assertEquals(NaN, Math.pow());


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to