From 007fae58c66e39fa0e653a0be6e1dfd85f652bca Mon Sep 17 00:00:00 2001 From: Andreas Meyer Date: Tue, 3 Apr 2007 12:34:18 +0000 Subject: [PATCH] cosmetic (indentation) --- .../include/CGAL/Box_intersection_d/Box_traits_d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Box_intersection_d/include/CGAL/Box_intersection_d/Box_traits_d.h b/Box_intersection_d/include/CGAL/Box_intersection_d/Box_traits_d.h index 37cf09e65fe..af3fbaf061b 100644 --- a/Box_intersection_d/include/CGAL/Box_intersection_d/Box_traits_d.h +++ b/Box_intersection_d/include/CGAL/Box_intersection_d/Box_traits_d.h @@ -42,7 +42,7 @@ struct Box_traits_d { static NT min_coord(Box_parameter b, int dim) { return b.min_coord( dim);} static NT max_coord(Box_parameter b, int dim) { return b.max_coord( dim);} static ID id(Box_parameter b) { return b.id();} - static int dimension() { return BoxHandle::dimension();} + static int dimension() { return BoxHandle::dimension();} }; // box pointer traits