summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/on_vr_stopped_notification.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/on_vr_stopped_notification.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/on_vr_stopped_notification.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/components/application_manager/src/commands/hmi/on_vr_stopped_notification.cc b/src/components/application_manager/src/commands/hmi/on_vr_stopped_notification.cc
index fa13eb509f..e8f9fab847 100644
--- a/src/components/application_manager/src/commands/hmi/on_vr_stopped_notification.cc
+++ b/src/components/application_manager/src/commands/hmi/on_vr_stopped_notification.cc
@@ -32,18 +32,15 @@
#include "application_manager/commands/hmi/on_vr_stopped_notification.h"
-
namespace application_manager {
namespace commands {
OnVRStoppedNotification::OnVRStoppedNotification(
const MessageSharedPtr& message, ApplicationManager& application_manager)
- : NotificationFromHMI(message, application_manager) {
-}
+ : NotificationFromHMI(message, application_manager) {}
-OnVRStoppedNotification::~OnVRStoppedNotification() {
-}
+OnVRStoppedNotification::~OnVRStoppedNotification() {}
void OnVRStoppedNotification::Run() {
LOG4CXX_AUTO_TRACE(logger_);
@@ -56,4 +53,3 @@ void OnVRStoppedNotification::Run() {
} // namespace commands
} // namespace application_manager
-