code review: remove trailing whitespaces

This commit is contained in:
ROUVREAU Vincent 2021-02-17 14:37:47 +01:00
parent 098c88167c
commit a4e7261e1e
1 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ If `p` coincides with an already existing vertex, with both point and
weights being equal, then this vertex is returned and the triangulation
remains unchanged.
By convention, if the insertion of `p` would increase the dimension
By convention, if the insertion of `p` would increase the dimension
of the triangulation, it is inserted.
Prior to the actual insertion, `p` is located in the triangulation;
@ -161,9 +161,9 @@ Vertex_handle insert_if_in_star(const Weighted_point & p, Vertex_handle star_cen
/*!
inserts the weighted point `p` in the triangulation.
This function is similar to the above `insert_if_in_star()` function,
This function is similar to the above `insert_if_in_star()` function,
but takes as additional parameters the return values of the location query
of `p`.
of `p`.
\sa `Triangulation::locate()`.
*/