[clang-tidy] add ending namespace comments

Found with google-readability-namespace-comments

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2020-05-03 21:14:32 -07:00
parent dbf2b7d24c
commit 88b0d74bad
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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