mirror of https://github.com/CGAL/cgal
Fix indentation
This commit is contained in:
parent
53458f1f42
commit
fb273ea62a
|
|
@ -739,7 +739,7 @@ public:
|
||||||
ConstPointIterator beyond) const
|
ConstPointIterator beyond) const
|
||||||
{
|
{
|
||||||
m_p_search_tree = new Search_tree(first, beyond);
|
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)
|
if(m_p_search_tree != nullptr)
|
||||||
{
|
{
|
||||||
m_search_tree_constructed = true;
|
m_search_tree_constructed = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue