summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/on_tts_stopped_notification.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/on_tts_stopped_notification.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/on_tts_stopped_notification.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/components/application_manager/src/commands/hmi/on_tts_stopped_notification.cc b/src/components/application_manager/src/commands/hmi/on_tts_stopped_notification.cc
index 2d953651ee..7f763d8598 100644
--- a/src/components/application_manager/src/commands/hmi/on_tts_stopped_notification.cc
+++ b/src/components/application_manager/src/commands/hmi/on_tts_stopped_notification.cc
@@ -40,11 +40,9 @@ namespace commands {
OnTTSStoppedNotification::OnTTSStoppedNotification(
const MessageSharedPtr& message, ApplicationManager& application_manager)
- : NotificationFromHMI(message, application_manager) {
-}
+ : NotificationFromHMI(message, application_manager) {}
-OnTTSStoppedNotification::~OnTTSStoppedNotification() {
-}
+OnTTSStoppedNotification::~OnTTSStoppedNotification() {}
void OnTTSStoppedNotification::Run() {
LOG4CXX_AUTO_TRACE(logger_);
@@ -57,4 +55,3 @@ void OnTTSStoppedNotification::Run() {
} // namespace commands
} // namespace application_manager
-