From 447a1da528e137714f217d7e40e5785ebac6ebee Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 24 Sep 2020 23:49:31 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro (cherry picked from commit dd734d4130d80c5613c5a33cc304430210467899) --- ksvg/impl/libs/libtext2path/src/Rectangle.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'ksvg/impl/libs/libtext2path/src/Rectangle.cpp') diff --git a/ksvg/impl/libs/libtext2path/src/Rectangle.cpp b/ksvg/impl/libs/libtext2path/src/Rectangle.cpp index ef59d6be..679eeef2 100644 --- a/ksvg/impl/libs/libtext2path/src/Rectangle.cpp +++ b/ksvg/impl/libs/libtext2path/src/Rectangle.cpp @@ -98,5 +98,3 @@ void Rectangle::bboxUnion(const Rectangle &src1, const Rectangle &src2) setB(Point(T2PMAX(src1x1, src2x1), T2PMAX(src1y1, src2y1))); } } - -// vim:ts=4:noet -- cgit v1.2.3