From fda0192ef88357a90485a77dba6994e8eef3c4e8 Mon Sep 17 00:00:00 2001 From: Alexander Kutsan Date: Fri, 18 Nov 2016 19:05:02 +0200 Subject: Fix style issues --- .../include/application_manager/commands/hmi/get_urls.h | 2 +- .../commands/mobile/on_system_request_notification.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/application_manager/include') diff --git a/src/components/application_manager/include/application_manager/commands/hmi/get_urls.h b/src/components/application_manager/include/application_manager/commands/hmi/get_urls.h index 38c65a3d90..765be658f6 100644 --- a/src/components/application_manager/include/application_manager/commands/hmi/get_urls.h +++ b/src/components/application_manager/include/application_manager/commands/hmi/get_urls.h @@ -69,7 +69,7 @@ class GetUrls : public RequestFromHMI { * @param endpoints Endpoints section of policy table */ void ProcessPolicyServiceURLs(const policy::EndpointUrls& endpoints); -#endif //EXTENDED_POLICY +#endif // EXTENDED_POLICY /** * @brief Process URLs collecting for service diff --git a/src/components/application_manager/include/application_manager/commands/mobile/on_system_request_notification.h b/src/components/application_manager/include/application_manager/commands/mobile/on_system_request_notification.h index 4613fef548..957c9ebd43 100644 --- a/src/components/application_manager/include/application_manager/commands/mobile/on_system_request_notification.h +++ b/src/components/application_manager/include/application_manager/commands/mobile/on_system_request_notification.h @@ -74,7 +74,7 @@ class OnSystemRequestNotification : public CommandNotificationImpl { */ void AddHeader(BinaryMessage& message) const; size_t ParsePTString(std::string& pt_string) const; -#endif //EXTENDED_POLICY +#endif // EXTENDED_POLICY DISALLOW_COPY_AND_ASSIGN(OnSystemRequestNotification); }; -- cgit v1.2.1