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

Unified Diff: base/logging_win.cc

Issue 249363004: Revert of Style cleanup in preparation for auto-linting base/. (Closed)
Patch Set: Created 6 years, 8 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 d28ce9163bdc0f0628f1757043c18142b5ff3ad3..b3702aac232b1917f36dbf659d6d075e77cabada 100644
--- a/base/logging_win.cc
+++ b/base/logging_win.cc
@@ -17,7 +17,7 @@
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