Revision: 10178
Author:   [email protected]
Date:     Tue Dec  6 05:30:22 2011
Log:      Fix presubmit.

Review URL: http://codereview.chromium.org/8821016
http://code.google.com/p/v8/source/detail?r=10178

Modified:
 /branches/bleeding_edge/test/mjsunit/math-pow.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/math-pow.js Tue Dec 6 05:14:46 2011 +++ /branches/bleeding_edge/test/mjsunit/math-pow.js Tue Dec 6 05:30:22 2011
@@ -140,7 +140,7 @@
   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