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

Unified Diff: test/mjsunit/closure.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments 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
« no previous file with comments | « test/mjsunit/class-of-builtins.js ('k') | test/mjsunit/closures.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/closure.js
diff --git a/test/mjsunit/closure.js b/test/mjsunit/closure.js
index b1460d39e6b556d344613831c5c057d4de0ad60c..cfe6d227cef0fd2b2b78492800e44f092dba8d6f 100644
--- a/test/mjsunit/closure.js
+++ b/test/mjsunit/closure.js
@@ -28,7 +28,7 @@
// This test is lifted an old bug (ic_context_bug.js).
function f(n) {
- return function () { return n; }
+ return function () { return n; };
}
for (var i = 0; i < 10; i++) {
« no previous file with comments | « test/mjsunit/class-of-builtins.js ('k') | test/mjsunit/closures.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698