wrapper: Format with clang-tidy (see #3632)

This commit is contained in:
Marshall Greenblatt
2024-01-20 12:34:13 -05:00
parent befa827da1
commit 4ea1b6f293
11 changed files with 43 additions and 49 deletions

View File

@ -184,7 +184,7 @@ class CefXmlObject : public base::RefCountedThreadSafe<CefXmlObject> {
void SetParent(CefXmlObject* parent);
CefString name_;
CefXmlObject* parent_;
CefXmlObject* parent_ = nullptr;
CefString value_;
AttributeMap attributes_;
ObjectVector children_;