return false;
}
}
- if(!api_version.empty()) {
+ if (!api_version.empty()) {
int error = security_manager_app_inst_req_set_target_version(req_,
api_version.c_str());
if (error != SECURITY_MANAGER_SUCCESS) {
return false;
}
}
- if(!author_id.empty()) {
+ if (!author_id.empty()) {
int error = security_manager_app_inst_req_set_author_id(req_,
author_id.c_str());
if (error != SECURITY_MANAGER_SUCCESS) {
return false;
}
}
- if(!path.empty()) {
+ if (!path.empty()) {
app_install_type type = SM_APP_INSTALL_NONE;
for (auto& policy : kPathPolicies) {
bf::path root = bf::path(policy.first);