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

Unified Diff: test/mjsunit/regress/regress-937896.js

Issue 7826007: Added check for trailing whitespaces and corrected existing violations. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Yet another iteration. Created 9 years, 4 months 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/regress/regress-925537.js ('k') | test/mjsunit/setter-on-constructor-prototype.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-937896.js
diff --git a/test/mjsunit/regress/regress-937896.js b/test/mjsunit/regress/regress-937896.js
index e8e5ef21b7f8958987625e0a0bcda34386310463..e7831da3c85ab30e1d2c1c7e6f55523c484a417f 100644
--- a/test/mjsunit/regress/regress-937896.js
+++ b/test/mjsunit/regress/regress-937896.js
@@ -41,7 +41,7 @@ function f() {
}
}
} catch (e) {
- // Empty.
+ // Empty.
}
return 42;
}
« no previous file with comments | « test/mjsunit/regress/regress-925537.js ('k') | test/mjsunit/setter-on-constructor-prototype.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698