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

Unified Diff: test/mjsunit/compiler/regress-2.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-2.js
diff --git a/test/mjsunit/compiler/regress-2.js b/test/mjsunit/compiler/regress-2.js
index a26ef32a6cd81d399e4e8ab5e4fa6ef9c6a7389c..1e6117569106dad928351b5695b1ed51b51a9f64 100644
--- a/test/mjsunit/compiler/regress-2.js
+++ b/test/mjsunit/compiler/regress-2.js
@@ -31,8 +31,7 @@ function TestCreateString(n)
{
Rico 2011/12/08 10:24:37 move this up as well
var l = n * 1;
var r = 'r';
- while (r.length < n)
- {
+ while (r.length < n) {
r = r + r;
}
return r;

Powered by Google App Engine
This is Rietveld 408576698