mirror of https://github.com/CGAL/cgal
Remove extra semicolon after namespace (pedantic error)
This commit is contained in:
parent
d46674d0c1
commit
bb169a00d0
|
|
@ -767,6 +767,6 @@ The implementation follows \cgalCite{cgal:vla-lod-15}.
|
|||
};
|
||||
|
||||
|
||||
}; // namespace CGAL
|
||||
} // namespace CGAL
|
||||
|
||||
#endif // CGAL_PLANE_REGULARIZATION_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue