mirror of https://github.com/CGAL/cgal
Remove space
This commit is contained in:
parent
98cba35a39
commit
5509ec0227
|
|
@ -108,7 +108,7 @@ namespace CGAL {
|
||||||
* @param alcc the linear cell complex to copy.
|
* @param alcc the linear cell complex to copy.
|
||||||
* @post *this is valid.
|
* @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 >
|
template < class LCC2 >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue