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

Unified Diff: base/process_util_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/process_util_posix.cc ('k') | base/profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util_win.cc
diff --git a/base/process_util_win.cc b/base/process_util_win.cc
index d00e1de815fd5aa4d93ec6307152185fa5ff0c8d..42e727c6b7fcd83b7765b44c49ce0b0d44f2bd0b 100644
--- a/base/process_util_win.cc
+++ b/base/process_util_win.cc
@@ -765,7 +765,7 @@ size_t GetSystemCommitCharge() {
GetSystemInfo(&system_info);
PERFORMANCE_INFORMATION info;
- if (! InternalGetPerformanceInfo(&info, sizeof(info))) {
+ if (!InternalGetPerformanceInfo(&info, sizeof(info))) {
LOG(ERROR) << "Failed to fetch internal performance info.";
return 0;
}
« no previous file with comments | « base/process_util_posix.cc ('k') | base/profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698