summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/end_audio_pass_thru_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/end_audio_pass_thru_response.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/end_audio_pass_thru_response.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/components/application_manager/src/commands/mobile/end_audio_pass_thru_response.cc b/src/components/application_manager/src/commands/mobile/end_audio_pass_thru_response.cc
index 2f66b6e70c..bb477f5083 100644
--- a/src/components/application_manager/src/commands/mobile/end_audio_pass_thru_response.cc
+++ b/src/components/application_manager/src/commands/mobile/end_audio_pass_thru_response.cc
@@ -33,18 +33,15 @@
#include "application_manager/commands/mobile/end_audio_pass_thru_response.h"
-
namespace application_manager {
namespace commands {
EndAudioPassThruResponse::EndAudioPassThruResponse(
const MessageSharedPtr& message, ApplicationManager& application_manager)
- : CommandResponseImpl(message, application_manager) {
-}
+ : CommandResponseImpl(message, application_manager) {}
-EndAudioPassThruResponse::~EndAudioPassThruResponse() {
-}
+EndAudioPassThruResponse::~EndAudioPassThruResponse() {}
void EndAudioPassThruResponse::Run() {
LOG4CXX_AUTO_TRACE(logger_);