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

Unified Diff: tools/consarray.js

Issue 82803005: Make sure files end with exactly one new line and police this in presubmit. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: retry upload Created 7 years, 1 month 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/webkit/var-declarations-zero-width.js ('k') | tools/generate-trig-table.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/consarray.js
diff --git a/tools/consarray.js b/tools/consarray.js
index c67abb79711441ce5c85b47be0f20bae9d8614cb..dbce1de29828459c308843d231db7570996c08b0 100644
--- a/tools/consarray.js
+++ b/tools/consarray.js
@@ -90,4 +90,3 @@ ConsArray.Cell = function(data, next) {
this.data = data;
this.next = next;
};
-
« no previous file with comments | « test/webkit/var-declarations-zero-width.js ('k') | tools/generate-trig-table.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698