From a38c8a9f9cca50bf7782772d1bb568677ae90d8c Mon Sep 17 00:00:00 2001 From: Eli Packer Date: Mon, 3 Mar 2003 14:05:16 +0000 Subject: [PATCH] split long lines --- Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h b/Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h index e80a644bee0..f24827ebd6f 100644 --- a/Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h +++ b/Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h @@ -853,7 +853,8 @@ Snap_rounding_2::insert(InputIterator first, InputIterator last) template -const Snap_rounding_2::Polyline_const_iterator Snap_rounding_2::polylines_begin() +const Snap_rounding_2::Polyline_const_iterator + Snap_rounding_2::polylines_begin() { if(need_sr) { need_sr = false; @@ -865,7 +866,8 @@ const Snap_rounding_2::Polyline_const_iterator Snap_rounding_2::poly } template -const Snap_rounding_2::Polyline_const_iterator Snap_rounding_2::polylines_end() +const Snap_rounding_2::Polyline_const_iterator + Snap_rounding_2::polylines_end() { if(need_sr) { need_sr = false;