From fc4e4212f25d076d6c30cdbfe468ae5a7dcc605e Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Wed, 7 May 2014 19:05:53 +0200 Subject: [PATCH] Remove trailing whitespace. --- NewKernel_d/include/CGAL/NewKernel_d/Filtered_predicate2.h | 2 +- NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h | 2 +- NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Point_d.h | 2 +- NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Segment_d.h | 2 +- NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h | 2 +- NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Vector_d.h | 2 +- .../include/CGAL/NewKernel_d/function_objects_cartesian.h | 2 +- NewKernel_d/include/CGAL/marcutils.h | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NewKernel_d/include/CGAL/NewKernel_d/Filtered_predicate2.h b/NewKernel_d/include/CGAL/NewKernel_d/Filtered_predicate2.h index 9ff29cf000b..6a7d02e01d2 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/Filtered_predicate2.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/Filtered_predicate2.h @@ -14,7 +14,7 @@ // // $URL$ // $Id$ -// +// // // Author(s) : Sylvain Pion diff --git a/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h b/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h index 77ff9bb1003..d1aa86bb0c4 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h @@ -90,7 +90,7 @@ public: BOOST_PP_REPEAT_FROM_TO(1,11,CODE,_) #undef CODE - + #endif //TODO: if OVBase returns a reference to a base vector, cast it to a diff --git a/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Point_d.h b/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Point_d.h index 7b421e85fe2..05b242bf305 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Point_d.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Point_d.h @@ -105,7 +105,7 @@ public: BOOST_PP_REPEAT_FROM_TO(1,11,CODE,_) #undef CODE - + // this one should be implicit Point_d(Origin const& o) : Rep(CPBase()(o)) {} diff --git a/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Segment_d.h b/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Segment_d.h index 52ada204ca2..03142069579 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Segment_d.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Segment_d.h @@ -93,7 +93,7 @@ public: BOOST_PP_REPEAT_FROM_TO(1,11,CODE,_) #undef CODE - + #endif //TODO: if CSEBase returns a reference to a base point, cast it to a diff --git a/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h b/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h index 527a6750302..2fdbbeaa45e 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h @@ -90,7 +90,7 @@ public: BOOST_PP_REPEAT_FROM_TO(1,11,CODE,_) #undef CODE - + #endif //TODO: if COSBase returns a reference to a base point, cast it to a diff --git a/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Vector_d.h b/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Vector_d.h index 3ea71ede015..111ec42af73 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Vector_d.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Vector_d.h @@ -101,7 +101,7 @@ public: BOOST_PP_REPEAT_FROM_TO(1,11,CODE,_) #undef CODE - + // this one should be implicit Vector_d(Null_vector const& v) : Rep(CVBase()(v)) {} diff --git a/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h b/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h index 6b9ae49d3c9..807490e8009 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h @@ -437,7 +437,7 @@ template struct Linear_base : private Store_kernel { Matrix b = R::LA::basis(CGAL_MOVE(m)); for(int i=0; i < R::LA::columns(b); ++i){ //*o++ = Vector(b.col(i)); - typedef + typedef #ifdef CGAL_CXX11 decltype(std::declval()(0,0)) #else diff --git a/NewKernel_d/include/CGAL/marcutils.h b/NewKernel_d/include/CGAL/marcutils.h index 05224c38f02..a54f4f26b19 100644 --- a/NewKernel_d/include/CGAL/marcutils.h +++ b/NewKernel_d/include/CGAL/marcutils.h @@ -49,8 +49,8 @@ struct Has_type_different_from // forget the first argument. Useful to make something dependant // (and thus usable in SFINAE), although that's not a great design. template struct Second_arg { - typedef B type; - }; + typedef B type; + }; // like std::forward, except for basic types where it does a cast, to // avoid issues with narrowing conversions