Remove space

This commit is contained in:
Guillaume Damiand 2016-11-01 08:56:18 -04:00
parent 98cba35a39
commit 5509ec0227
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ namespace CGAL {
* @param alcc the linear cell complex to copy.
* @post *this is valid.
*/
Linear_cell_complex_for_combinatorial_map(const Self & alcc) : Base(alcc)
Linear_cell_complex_for_combinatorial_map(const Self& alcc) : Base(alcc)
{}
template < class LCC2 >