mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
libcef: Format with clang-tidy (see #3632)
This commit is contained in:
@ -23,7 +23,7 @@ class CefSSLInfoImpl : public CefSSLInfo {
|
||||
CefRefPtr<CefX509Certificate> GetX509Certificate() override;
|
||||
|
||||
private:
|
||||
cef_cert_status_t cert_status_;
|
||||
cef_cert_status_t cert_status_ = CERT_STATUS_NONE;
|
||||
CefRefPtr<CefX509Certificate> cert_;
|
||||
|
||||
IMPLEMENT_REFCOUNTING(CefSSLInfoImpl);
|
||||
|
Reference in New Issue
Block a user