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:
@ -33,7 +33,8 @@ cef_ssl_content_status_t CefSSLStatusImpl::GetContentStatus() {
|
||||
}
|
||||
|
||||
CefRefPtr<CefX509Certificate> CefSSLStatusImpl::GetX509Certificate() {
|
||||
if (certificate_ && !cef_certificate_)
|
||||
if (certificate_ && !cef_certificate_) {
|
||||
cef_certificate_ = new CefX509CertificateImpl(certificate_);
|
||||
}
|
||||
return cef_certificate_;
|
||||
}
|
||||
|
Reference in New Issue
Block a user