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

Unified Diff: test/mjsunit/compiler/regress-8.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/compiler/regress-8.js
diff --git a/test/mjsunit/compiler/regress-8.js b/test/mjsunit/compiler/regress-8.js
index 3a2388533cb19c9ba44f5dbd8ce978fe18aa3459..3fa838b07ce57c550b9e6b460778b69d133b2c23 100644
--- a/test/mjsunit/compiler/regress-8.js
+++ b/test/mjsunit/compiler/regress-8.js
@@ -41,7 +41,7 @@ var Kob = "";
var Lob = "";
var Mob = "";
var p = "";
-function O() { this.append = function(a,b,c,d,e) { return a + b + c + d + e; } }
+function O() { this.append = function(a,b,c,d,e) { return a + b + c + d + e; }; }
Rico 2011/12/08 10:24:37 long line (and the looks better on individual line
function Nob(b,a) {
var c;

Powered by Google App Engine
This is Rietveld 408576698