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/plugin/backends/agg/BezierPathAgg.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'ksvg/plugin/backends/agg/BezierPathAgg.cpp') diff --git a/ksvg/plugin/backends/agg/BezierPathAgg.cpp b/ksvg/plugin/backends/agg/BezierPathAgg.cpp index 10a75c1c..c956f92b 100644 --- a/ksvg/plugin/backends/agg/BezierPathAgg.cpp +++ b/ksvg/plugin/backends/agg/BezierPathAgg.cpp @@ -122,5 +122,3 @@ void BezierPathAgg::boundingBox(Point *topLeft, Point *bottomRight) *topLeft = Point(x1, y1); *bottomRight = Point(x2, y2); } - -// vim:ts=4:noet -- cgit v1.2.1