From 535045a527cfd3c9c0110ba2b4dbe7da3acd979c Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 17 Feb 2023 08:46:44 +0000 Subject: [PATCH] trailing whitespace --- Number_types/include/CGAL/Root_of_traits.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Number_types/include/CGAL/Root_of_traits.h b/Number_types/include/CGAL/Root_of_traits.h index d2aca814a78..3056663b035 100644 --- a/Number_types/include/CGAL/Root_of_traits.h +++ b/Number_types/include/CGAL/Root_of_traits.h @@ -75,9 +75,9 @@ compute_roots_of_2(const NT &a_, const NT &b_, const NT &c_, OutputIterator oit) return oit; } } - else { + else { Root_of_1 cb = -c / b; - *oit++ = Root_of_2(cb); + *oit++ = Root_of_2(cb); return oit; } }