summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/src/cache_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_external/src/cache_manager.cc')
-rw-r--r--src/components/policy/policy_external/src/cache_manager.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/policy/policy_external/src/cache_manager.cc b/src/components/policy/policy_external/src/cache_manager.cc
index e296dd8b00..5387a7700a 100644
--- a/src/components/policy/policy_external/src/cache_manager.cc
+++ b/src/components/policy/policy_external/src/cache_manager.cc
@@ -1516,8 +1516,9 @@ void CacheManager::CheckSnapshotInitialization() {
}
*(snapshot_->policy_table.module_config.preloaded_pt) = false;
-
- *(snapshot_->policy_table.module_config.full_app_id_supported) = settings_->use_full_app_id();
+
+ *(snapshot_->policy_table.module_config.full_app_id_supported) =
+ settings_->use_full_app_id();
// SDL must not send certificate in snapshot
snapshot_->policy_table.module_config.certificate =