summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands')
-rw-r--r--src/components/application_manager/src/commands/hmi/get_urls.cc4
-rw-r--r--src/components/application_manager/src/commands/mobile/on_system_request_notification.cc4
2 files changed, 4 insertions, 4 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
diff --git a/src/components/application_manager/src/commands/mobile/on_system_request_notification.cc b/src/components/application_manager/src/commands/mobile/on_system_request_notification.cc
index 9d19ef765c..3b7142fa46 100644
--- a/src/components/application_manager/src/commands/mobile/on_system_request_notification.cc
+++ b/src/components/application_manager/src/commands/mobile/on_system_request_notification.cc
@@ -92,7 +92,7 @@ void OnSystemRequestNotification::Run() {
file_system::ReadBinaryFile(filename, binary_data);
AddHeader(binary_data);
(*message_)[strings::params][strings::binary_data] = binary_data;
-#endif //EXTENDED_POLICY
+#endif // EXTENDED_POLICY
(*message_)[strings::msg_params][strings::file_type] = FileType::JSON;
} else if (RequestType::HTTP == request_type) {
(*message_)[strings::msg_params][strings::file_type] = FileType::BINARY;
@@ -184,7 +184,7 @@ size_t OnSystemRequestNotification::ParsePTString(
pt_string = result;
return result_length;
}
-#endif //EXTENDED_POLICY
+#endif // EXTENDED_POLICY
} // namespace mobile