diff --git a/src/pugixml.cpp b/src/pugixml.cpp index 9d92e41..dd5e8df 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -1129,7 +1129,7 @@ namespace pugi xml_attribute_struct* first_attribute; }; -} +} // namespace pugi #endif PUGI__NS_BEGIN @@ -7355,7 +7355,7 @@ namespace pugi { return impl::xml_memory::deallocate; } -} +} // namespace pugi #if !defined(PUGIXML_NO_STL) && (defined(_MSC_VER) || defined(__ICC)) namespace std @@ -12950,7 +12950,7 @@ namespace pugi { return query.evaluate_node(*this); } -} +} // namespace pugi #endif diff --git a/src/pugixml.hpp b/src/pugixml.hpp index aac14b4..f111baa 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -1444,7 +1444,7 @@ namespace pugi // Get current memory management functions allocation_function PUGIXML_FUNCTION get_memory_allocation_function(); deallocation_function PUGIXML_FUNCTION get_memory_deallocation_function(); -} +} // namespace pugi #if !defined(PUGIXML_NO_STL) && (defined(_MSC_VER) || defined(__ICC)) namespace std