summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/vr_change_registration_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/vr_change_registration_response.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/vr_change_registration_response.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/application_manager/src/commands/hmi/vr_change_registration_response.cc b/src/components/application_manager/src/commands/hmi/vr_change_registration_response.cc
index 1b322a5d7e..8084688c15 100644
--- a/src/components/application_manager/src/commands/hmi/vr_change_registration_response.cc
+++ b/src/components/application_manager/src/commands/hmi/vr_change_registration_response.cc
@@ -39,11 +39,9 @@ namespace commands {
VRChangeRegistrationResponse::VRChangeRegistrationResponse(
const MessageSharedPtr& message, ApplicationManager& application_manager)
- : ResponseFromHMI(message, application_manager) {
-}
+ : ResponseFromHMI(message, application_manager) {}
-VRChangeRegistrationResponse::~VRChangeRegistrationResponse() {
-}
+VRChangeRegistrationResponse::~VRChangeRegistrationResponse() {}
void VRChangeRegistrationResponse::Run() {
LOG4CXX_AUTO_TRACE(logger_);