summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/get_way_points_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/get_way_points_response.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/get_way_points_response.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/components/application_manager/src/commands/mobile/get_way_points_response.cc b/src/components/application_manager/src/commands/mobile/get_way_points_response.cc
index 615a0996a5..7956b34cae 100644
--- a/src/components/application_manager/src/commands/mobile/get_way_points_response.cc
+++ b/src/components/application_manager/src/commands/mobile/get_way_points_response.cc
@@ -6,12 +6,10 @@ namespace application_manager {
namespace commands {
GetWayPointsResponse::GetWayPointsResponse(
- const MessageSharedPtr &message, ApplicationManager& application_manager)
- : CommandResponseImpl(message, application_manager) {
-}
+ const MessageSharedPtr& message, ApplicationManager& application_manager)
+ : CommandResponseImpl(message, application_manager) {}
-GetWayPointsResponse::~GetWayPointsResponse() {
-}
+GetWayPointsResponse::~GetWayPointsResponse() {}
void GetWayPointsResponse::Run() {
LOG4CXX_AUTO_TRACE(logger_);