Fix indent

This commit is contained in:
HALX99 2019-01-12 10:39:19 +08:00 committed by GitHub
parent 8fbb70f3e5
commit dba112439c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -509,9 +509,9 @@ namespace pugi
// Get text object for the current node
xml_text text() const;
// Ensure child, more convinently for config updating
xml_node operator[](const char_t* name);
// Get child, if not exist, create it, more conveniently for config updating
xml_node operator[](const char_t* name);
// Get child, attribute or next/previous sibling with the specified name
xml_node child(const char_t* name) const;