summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/get_urls.cc
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/src/commands/hmi/get_urls.cc
parent16891012aadef1839f460ddae51d7ee71c2d6ff0 (diff)
downloadsdl_core-fda0192ef88357a90485a77dba6994e8eef3c4e8.tar.gz
Fix style issues
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/get_urls.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/get_urls.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/src/commands/hmi/get_urls.cc b/src/components/application_manager/src/commands/hmi/get_urls.cc
index 3ac46a74d8..3a6e074d6b 100644
--- a/src/components/application_manager/src/commands/hmi/get_urls.cc
+++ b/src/components/application_manager/src/commands/hmi/get_urls.cc
@@ -74,7 +74,7 @@ void GetUrls::Run() {
ProcessPolicyServiceURLs(endpoints);
return;
}
-#endif //EXTENDED_POLICY
+#endif // EXTENDED_POLICY
ProcessServiceURLs(endpoints);
}
@@ -219,7 +219,7 @@ void GetUrls::ProcessPolicyServiceURLs(const policy::EndpointUrls& endpoints) {
SendResponseToHMI(Common_Result::SUCCESS);
return;
}
-#endif //EXTENDED_POLICY
+#endif // EXTENDED_POLICY
} // namespace commands
} // namespace application_manager