Fixed trailing whitespace in the Pkg Interpolation

This commit is contained in:
Mael Rouxel-Labbé 2018-01-11 16:29:18 +01:00
parent c88b17f92e
commit f6a7307a74
11 changed files with 517 additions and 517 deletions

View File

@ -21,7 +21,7 @@ The class
*/
template< typename Map >
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:
/// \name Types