From 57d29fa44f1e5d2d2edba25d7e103fa4c3926ebe Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Mon, 15 Sep 2008 09:24:59 +0000 Subject: [PATCH] Remove EOL trailing whitespace. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@302 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/counters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/counters.h b/src/counters.h index 11986547f..270c09140 100644 --- a/src/counters.h +++ b/src/counters.h @@ -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 }; -- 2.34.1