Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1222)

Unified Diff: test/mjsunit/array-functions-prototype-misc.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/array-functions-prototype-misc.js
diff --git a/test/mjsunit/array-functions-prototype-misc.js b/test/mjsunit/array-functions-prototype-misc.js
index 0543c323b67c9e189990ad204302216d313e39c3..5a045890e2852da677a29c9da1ec0bf6e82b5eee 100644
--- a/test/mjsunit/array-functions-prototype-misc.js
+++ b/test/mjsunit/array-functions-prototype-misc.js
@@ -41,8 +41,7 @@ var VERYLARGE = 4000000000;
var fourhundredth = LARGE/400;
-function PseudoArray() {
-};
+function PseudoArray() { }
for (var use_real_arrays = 0; use_real_arrays <= 1; use_real_arrays++) {
var poses = [0, 140, 20000, VERYLARGE];

Powered by Google App Engine
This is Rietveld 408576698