summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Nosach <ANosach@luxoft.com>2016-06-17 18:18:48 +0300
committerAnton Hrytsevich <AGritsevich@users.noreply.github.com>2016-06-17 18:18:48 +0300
commit33fad30c20fea21da7ef32b60d27c67cd32f0743 (patch)
treee18ecfed9ef597dd215891b6fd96b58703d80400
parent643293a41bf3ee5183b049ec164ff1a76c865432 (diff)
downloadsdl_core-33fad30c20fea21da7ef32b60d27c67cd32f0743.tar.gz
Fix style issue (#619)
-rw-r--r--src/components/application_manager/src/commands/command_impl.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/application_manager/src/commands/command_impl.cc b/src/components/application_manager/src/commands/command_impl.cc
index 0dc60f6d3f..cb3ca5228f 100644
--- a/src/components/application_manager/src/commands/command_impl.cc
+++ b/src/components/application_manager/src/commands/command_impl.cc
@@ -38,10 +38,10 @@ namespace application_manager {
namespace commands {
#if defined(LOG4CXX_LOGGER)
- logger::LoggerType CommandImpl::logger_module_ptr(
- log4cxx::Logger::getLogger("Commands"));
+logger::LoggerType CommandImpl::logger_module_ptr(
+ log4cxx::Logger::getLogger("Commands"));
#else
- logger::LoggerType CommandImpl::logger_module_ptr("Commands");
+logger::LoggerType CommandImpl::logger_module_ptr("Commands");
#endif
const int32_t CommandImpl::hmi_protocol_type_ = 1;