summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager
diff options
context:
space:
mode:
authorAlexander Kutsan <AKutsan@luxoft.com>2016-11-18 19:05:02 +0200
committerAlexander Kutsan <AKutsan@luxoft.com>2016-12-05 09:33:20 +0200
commitfda0192ef88357a90485a77dba6994e8eef3c4e8 (patch)
tree1748dc4bb3963bb6628cdf4a021d9c755f4d8a9b /src/components/application_manager/include/application_manager
parent16891012aadef1839f460ddae51d7ee71c2d6ff0 (diff)
downloadsdl_core-fda0192ef88357a90485a77dba6994e8eef3c4e8.tar.gz
Fix style issues
Diffstat (limited to 'src/components/application_manager/include/application_manager')
-rw-r--r--src/components/application_manager/include/application_manager/commands/hmi/get_urls.h2
-rw-r--r--src/components/application_manager/include/application_manager/commands/mobile/on_system_request_notification.h2
2 files changed, 2 insertions, 2 deletions
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);
};