summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/get_urls.cc
diff options
context:
space:
mode:
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