From 52a261f59b20e89f8c5936bce642362f8e367b57 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Tue, 3 Mar 2009 15:01:12 +0000 Subject: NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). Preliminary work to enforce new PRESUBMIT.py rules: - <=80 cols - no trailing whitespaces - svn:eol-style=LF git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10791 0039d316-1c4b-4281-b951-d872f2087c98 --- base/stats_table.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'base/stats_table.cc') diff --git a/base/stats_table.cc b/base/stats_table.cc index a812b92..1a99b3c 100644 --- a/base/stats_table.cc +++ b/base/stats_table.cc @@ -347,7 +347,7 @@ void StatsTable::UnregisterThread(StatsTableTLSData* data) { } void StatsTable::SlotReturnFunction(void* data) { - // This is called by the TLS destructor, which on some platforms has + // This is called by the TLS destructor, which on some platforms has // already cleared the TLS info, so use the tls_data argument // rather than trying to fetch it ourselves. StatsTableTLSData* tls_data = static_cast(data); @@ -557,4 +557,3 @@ int* StatsTable::FindLocation(const char* name) { // Now we can find the location in the table. return table->GetLocation(counter, slot); } - -- cgit v1.1