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

Unified Diff: base/logging_win.cc

Issue 552004: Style cleanup in preparation for auto-linting base/. (Closed)
Patch Set: Created 10 years, 11 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
« no previous file with comments | « base/linked_ptr.h ('k') | base/md5.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/logging_win.cc
diff --git a/base/logging_win.cc b/base/logging_win.cc
index b3702aac232b1917f36dbf659d6d075e77cabada..d28ce9163bdc0f0628f1757043c18142b5ff3ad3 100644
--- a/base/logging_win.cc
+++ b/base/logging_win.cc
@@ -17,7 +17,7 @@ struct LogEventProviderTraits {
logging::LogEventProvider* ptr =
reinterpret_cast<logging::LogEventProvider*>(buffer_);
// We are protected by a memory barrier.
- new (ptr) logging::LogEventProvider();
+ new(ptr) logging::LogEventProvider();
return ptr;
}
« no previous file with comments | « base/linked_ptr.h ('k') | base/md5.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698