diff options
Diffstat (limited to 'base/time_win.cc')
-rw-r--r-- | base/time_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/time_win.cc b/base/time_win.cc index eedf468..58fe6ae 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 |