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

Unified Diff: test/mjsunit/try.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: 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
Index: test/mjsunit/try.js
diff --git a/test/mjsunit/try.js b/test/mjsunit/try.js
index 794860a7c6484df04139be599285c7d7579cbd35..86afdf7f0841b31aa664542f3d535ec187a5f228 100644
--- a/test/mjsunit/try.js
+++ b/test/mjsunit/try.js
@@ -250,7 +250,7 @@ function break_from_nested_catch(x) {
} catch (o) {
x--;
}
- }
+ }
return x;
}
@@ -274,7 +274,7 @@ function break_from_nested_finally(x) {
x--;
}
x--; // should not happen
- }
+ }
return x;
}

Powered by Google App Engine
This is Rietveld 408576698