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

Unified Diff: base/time_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/thread_local_storage.h ('k') | base/timer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/time_win.cc
diff --git a/base/time_win.cc b/base/time_win.cc
index eedf468ff0172ae4f6203c10e488cb33e64f3712..58fe6ae60d9c0b9e51d552de81baafc07e688782 100644
--- a/base/time_win.cc
+++ b/base/time_win.cc
@@ -113,7 +113,7 @@ Time Time::Now() {
//
// To avoid any drift, we periodically resync the counters to the system
// clock.
- while(true) {
+ while (true) {
TimeTicks ticks = TimeTicks::Now();
// Calculate the time elapsed since we started our timer
« no previous file with comments | « base/thread_local_storage.h ('k') | base/timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698