Fix indentation

This commit is contained in:
Maxime Gimeno 2019-12-03 09:33:09 +01:00
parent 53458f1f42
commit fb273ea62a
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ public:
ConstPointIterator beyond) const
{
m_p_search_tree = new Search_tree(first, beyond);
m_default_search_tree_constructed = true;
m_default_search_tree_constructed = true;
if(m_p_search_tree != nullptr)
{
m_search_tree_constructed = true;