From 2527f17b17f90f83538b56e09e706958a4176ed5 Mon Sep 17 00:00:00 2001 From: Giles Bathgate Date: Thu, 3 Feb 2022 18:08:41 +0000 Subject: [PATCH] Replace tabs with spaces --- Hash_map/benchmark/Hash_map/polyhedron.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hash_map/benchmark/Hash_map/polyhedron.cpp b/Hash_map/benchmark/Hash_map/polyhedron.cpp index ccaf89d42fb..63cdc271686 100644 --- a/Hash_map/benchmark/Hash_map/polyhedron.cpp +++ b/Hash_map/benchmark/Hash_map/polyhedron.cpp @@ -18,9 +18,9 @@ typedef CGAL::Simple_cartesian Kernel; struct Point_3 : Kernel::Point_3 { - using Kernel::Point_3::operator=; - Point_3() : Kernel::Point_3(0,0,0) {} - Point_3(int i) : Kernel::Point_3(i,0,0) {} + using Kernel::Point_3::operator=; + Point_3() : Kernel::Point_3(0,0,0) {} + Point_3(int i) : Kernel::Point_3(i,0,0) {} }; typedef Kernel::Vector_3 Vector_3;