From de5795936f05bd068ea0728363bc0c0a923717b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 16 Jan 2018 17:30:15 +0100 Subject: [PATCH] Fixed indentation --- .../CGAL/Interpolation_gradient_fitting_traits_2.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Interpolation/include/CGAL/Interpolation_gradient_fitting_traits_2.h b/Interpolation/include/CGAL/Interpolation_gradient_fitting_traits_2.h index 8ea37f30873..693e7f2df58 100644 --- a/Interpolation/include/CGAL/Interpolation_gradient_fitting_traits_2.h +++ b/Interpolation/include/CGAL/Interpolation_gradient_fitting_traits_2.h @@ -113,16 +113,13 @@ public: //only one not needed by gradient fitting: typedef typename Rep::Compute_squared_distance_2 Compute_squared_distance_d; - //additional types for gradient computation: - typedef typename Rep::Aff_transformation_2 Aff_transformation_d; + typedef typename Rep::Aff_transformation_2 Aff_transformation_d; - typedef Construct_null_matrix_2 - Construct_null_matrix_d; - typedef Construct_scaling_matrix_2 - Construct_scaling_matrix_d; - typedef Construct_sum_matrix_2 Construct_sum_matrix_d; - typedef Construct_outer_product_2 Construct_outer_product_d; + typedef Construct_null_matrix_2 Construct_null_matrix_d; + typedef Construct_scaling_matrix_2 Construct_scaling_matrix_d; + typedef Construct_sum_matrix_2 Construct_sum_matrix_d; + typedef Construct_outer_product_2 Construct_outer_product_d; Construct_outer_product_d