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