mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update source files for bracket style
This commit is contained in:
@ -88,8 +88,9 @@ void CefSSLHostStateDelegate::Clear(
|
||||
it != cert_policy_for_host_.end();) {
|
||||
auto next_it = std::next(it);
|
||||
|
||||
if (host_filter.Run(it->first))
|
||||
if (host_filter.Run(it->first)) {
|
||||
cert_policy_for_host_.erase(it);
|
||||
}
|
||||
|
||||
it = next_it;
|
||||
}
|
||||
|
Reference in New Issue
Block a user