Remove EOL trailing whitespace.
authordeanm@chromium.org <deanm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 15 Sep 2008 09:24:59 +0000 (09:24 +0000)
committerdeanm@chromium.org <deanm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 15 Sep 2008 09:24:59 +0000 (09:24 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@302 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/counters.h

index 11986547f0d37a0c3f6b37294e54ac865e6dd0f3..270c0914018e2582c46408a86943bc48a46f55bb 100644 (file)
@@ -71,7 +71,7 @@ class StatsTable : public AllStatic {
 // The row has a 32bit value for each process/thread in the table and also
 // a name (stored in the table metadata).  Since the storage location can be
 // thread-specific, this class cannot be shared across threads.
-// 
+//
 // This class is designed to be POD initialized.  It will be registered with
 // the counter system on first use.  For example:
 //   StatsCounter c = { L"c:myctr", NULL, false };