fix indentation issue

This commit is contained in:
Sébastien Loriot 2016-01-29 09:23:40 +01:00
parent bc717f51d8
commit 7b5dede67c
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ public:
points.push_front (p); // ensure postcondition of insert
} else
points.push_back (p); // just append p
if (support_end == points.end()) --support_end;
if (support_end == points.end()) --support_end;
}
template <class InputIterator>