From cdf325138a1324866f3f886b86ff4c9a88d4011c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 15 Jun 2018 13:01:49 +0200 Subject: [PATCH] Tiny indentation fix --- .../include/CGAL/sibson_gradient_fitting.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Interpolation/include/CGAL/sibson_gradient_fitting.h b/Interpolation/include/CGAL/sibson_gradient_fitting.h index 6e441b7a33e..0ec54b88e8c 100644 --- a/Interpolation/include/CGAL/sibson_gradient_fitting.h +++ b/Interpolation/include/CGAL/sibson_gradient_fitting.h @@ -232,8 +232,8 @@ sibson_gradient_fitting_nn_2(const Dt& dt, // of the value functor is 'DT::Point' or 'DT::Vertex_handle' typename boost::enable_if_c< boost::is_constructible< - cpp11::function, - ValueFunctor + cpp11::function, + ValueFunctor >::value>::type* = NULL) { typedef typename Traits::FT FT; @@ -258,8 +258,8 @@ sibson_gradient_fitting_nn_2(const Dt& dt, const Traits& traits, typename boost::enable_if_c< boost::is_constructible< - cpp11::function, - ValueFunctor + cpp11::function, + ValueFunctor >::value>::type* = NULL) { typedef typename Traits::FT FT; @@ -301,8 +301,8 @@ sibson_gradient_fitting_rn_2(const Rt& rt, // of the value functor is 'Rt::Point' (weighted point) or 'Rt::Vertex_handle' typename boost::enable_if_c< boost::is_constructible< - cpp11::function, - ValueFunctor + cpp11::function, + ValueFunctor >::value>::type* = NULL) { typedef typename Traits::FT FT; @@ -327,8 +327,8 @@ sibson_gradient_fitting_rn_2(const Rt& rt, const Traits& traits, typename boost::enable_if_c< boost::is_constructible< - cpp11::function, - ValueFunctor + cpp11::function, + ValueFunctor >::value>::type* = NULL) { typedef typename Traits::FT FT;