summaryrefslogtreecommitdiffstats
path: root/sync/engine
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine')
-rw-r--r--sync/engine/syncer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc
index 5eccd80..27bc1ba 100644
--- a/sync/engine/syncer.cc
+++ b/sync/engine/syncer.cc
@@ -214,7 +214,7 @@ bool Syncer::HandleCycleEnd(
session->SendSyncCycleEndEventNotification(source);
bool success = !sessions::HasSyncerError(
- session->status_controller().model_neutral_state());
+ session->status_controller().model_neutral_state());
if (success && source == sync_pb::GetUpdatesCallerInfo::PERIODIC)
session->mutable_status_controller()->UpdatePollTime();
return success;