summaryrefslogtreecommitdiff
path: root/src/components/include/application_manager/rpc_handler.h
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2019-04-29 17:24:27 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2019-04-29 17:24:27 -0400
commit09a161ba3e35c10b3f1b5d6c8a2d17943dbf516a (patch)
tree31d2069a22c9bd5d493498341f958d8d62228823 /src/components/include/application_manager/rpc_handler.h
parentdc906fbd1b3609c049d96d82f443fb678dd84d6f (diff)
downloadsdl_core-09a161ba3e35c10b3f1b5d6c8a2d17943dbf516a.tar.gz
Run updated style script
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,