remove trailing whitespace

This commit is contained in:
Andreas Fabri 2021-05-03 16:42:30 +02:00
parent 431c0713b3
commit 6aeb4eea08
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ namespace CartesianKernelFunctors {
s2.source().x(), s2.source().y(),
s2.target().x(), s2.target().y());
}
result_type
operator()(const Point_2& s1s, const Point_2& s1t, const Point_2& s2s, const Point_2& s2t) const
{