mirror of https://github.com/CGAL/cgal
Fixed trailing whitespace in the Pkg Interpolation
This commit is contained in:
parent
c88b17f92e
commit
f6a7307a74
|
|
@ -21,7 +21,7 @@ The class
|
||||||
*/
|
*/
|
||||||
template< typename Map >
|
template< typename Map >
|
||||||
struct Data_access : public CGAL::unary_function< typename Map::key_type,
|
struct Data_access : public CGAL::unary_function< typename Map::key_type,
|
||||||
std::pair< typename Map::mapped_type, bool> > {
|
std::pair< typename Map::mapped_type, bool> > {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/// \name Types
|
/// \name Types
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue