mirror of https://github.com/CGAL/cgal
tab
This commit is contained in:
parent
eec4cad774
commit
05601c65b4
|
|
@ -949,8 +949,8 @@ namespace internal {
|
||||||
// If it's not begin(), then it's valid, we can do --.
|
// If it's not begin(), then it's valid, we can do --.
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
CGAL_assertion(m_index>0);
|
CGAL_assertion(m_index>0);
|
||||||
--m_index;
|
--m_index;
|
||||||
}
|
}
|
||||||
while(!m_ptr_to_cc->is_used(m_index));
|
while(!m_ptr_to_cc->is_used(m_index));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue