summaryrefslogtreecommitdiff
path: root/src/components/include/application_manager/rpc_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/application_manager/rpc_handler.h')
-rw-r--r--src/components/include/application_manager/rpc_handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/include/application_manager/rpc_handler.h b/src/components/include/application_manager/rpc_handler.h
index 2ada9e7901..f42d7deb2f 100644
--- a/src/components/include/application_manager/rpc_handler.h
+++ b/src/components/include/application_manager/rpc_handler.h
@@ -33,8 +33,8 @@
#ifndef SRC_COMPONENTS_INCLUDE_APPLICATION_MANAGER_RPC_HANDLER_H
#define SRC_COMPONENTS_INCLUDE_APPLICATION_MANAGER_RPC_HANDLER_H
-#include "protocol_handler/protocol_observer.h"
#include "hmi_message_handler/hmi_message_handler.h"
+#include "protocol_handler/protocol_observer.h"
#ifdef TELEMETRY_MONITOR
#include "application_manager/telemetry_observer.h"
@@ -47,10 +47,10 @@ class RPCHandler
: public hmi_message_handler::HMIMessageObserver,
public protocol_handler::ProtocolObserver
#ifdef TELEMETRY_MONITOR
- ,
+ ,
public telemetry_monitor::TelemetryObservable<AMTelemetryObserver>
#endif // TELEMETRY_MONITOR
- {
+{
public:
virtual bool ValidateRpcSO(smart_objects::SmartObject& message,
utils::SemanticVersion& msg_version,