summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-06-25 13:20:36 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-06-25 13:21:22 -0400
commitb4a758a70a86ad92ae8db21907be42bbe4d44809 (patch)
treee4c5257a412824bfb1f31855c50cf4089c8a8f3b /src/components/protocol_handler
parent7e4768b922fe7693c3fa552c08ced456306cb103 (diff)
downloadsdl_core-b4a758a70a86ad92ae8db21907be42bbe4d44809.tar.gz
Style fix
Diffstat (limited to 'src/components/protocol_handler')
-rw-r--r--src/components/protocol_handler/test/include/protocol_handler/mock_telemetry_observer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/protocol_handler/test/include/protocol_handler/mock_telemetry_observer.h b/src/components/protocol_handler/test/include/protocol_handler/mock_telemetry_observer.h
index d46b8470a3..3296d716fa 100644
--- a/src/components/protocol_handler/test/include/protocol_handler/mock_telemetry_observer.h
+++ b/src/components/protocol_handler/test/include/protocol_handler/mock_telemetry_observer.h
@@ -43,7 +43,8 @@ namespace protocol_handler_test {
class MockPHTelemetryObserver : public ::protocol_handler::PHTelemetryObserver {
public:
- MOCK_METHOD2(StartMessageProcess, void(uint32_t, const date_time::TimeDuration&));
+ MOCK_METHOD2(StartMessageProcess,
+ void(uint32_t, const date_time::TimeDuration&));
MOCK_METHOD2(EndMessageProcess, void(utils::SharedPtr<MessageMetric>));
};