From 10e99cb400d2cdf3805a77cd69082e92f4b218ef Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 22 Jul 2020 09:51:07 +0200 Subject: [PATCH] Untabify: I wrote init_CORE() in MS devenv --- CGAL_Core/include/CGAL/CORE/Real.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CGAL_Core/include/CGAL/CORE/Real.h b/CGAL_Core/include/CGAL/CORE/Real.h index bfe8709b0d3..b79503eb4c2 100644 --- a/CGAL_Core/include/CGAL/CORE/Real.h +++ b/CGAL_Core/include/CGAL/CORE/Real.h @@ -486,9 +486,9 @@ inline Real RealLong::operator-() const { } inline void init_CORE() { - using RealRep = CORE::RealDouble; - CGAL_STATIC_THREAD_LOCAL_VARIABLE(MemoryPool*, pool_real_rep, &MemoryPool::global_allocator()); - CGAL_USE(pool_real_rep); + using RealRep = CORE::RealDouble; + CGAL_STATIC_THREAD_LOCAL_VARIABLE(MemoryPool*, pool_real_rep, &MemoryPool::global_allocator()); + CGAL_USE(pool_real_rep); } } //namespace CORE