summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/on_way_point_change_notification.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/on_way_point_change_notification.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/on_way_point_change_notification.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/mobile/on_way_point_change_notification.cc b/src/components/application_manager/src/commands/mobile/on_way_point_change_notification.cc
index 3a0cf0143c..0b24228810 100644
--- a/src/components/application_manager/src/commands/mobile/on_way_point_change_notification.cc
+++ b/src/components/application_manager/src/commands/mobile/on_way_point_change_notification.cc
@@ -51,7 +51,8 @@ void OnWayPointChangeNotification::Run() {
for (std::set<int32_t>::const_iterator app_id =
subscribed_for_way_points.begin();
- app_id != subscribed_for_way_points.end(); ++app_id) {
+ app_id != subscribed_for_way_points.end();
+ ++app_id) {
(*message_)[strings::params][strings::connection_key] = *app_id;
SendNotification();
}