diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-24 23:49:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-24 23:49:31 +0900 |
commit | dd734d4130d80c5613c5a33cc304430210467899 (patch) | |
tree | a1c6402c39fb3004f035eb7cf135091219ec52cf /ksvg/plugin/backends/agg/BezierPathAgg.cpp | |
parent | 40e255cd2845379189766ea1d1f70bdaf0e9c4d2 (diff) | |
download | tdegraphics-dd734d4130d80c5613c5a33cc304430210467899.tar.gz tdegraphics-dd734d4130d80c5613c5a33cc304430210467899.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksvg/plugin/backends/agg/BezierPathAgg.cpp')
-rw-r--r-- | ksvg/plugin/backends/agg/BezierPathAgg.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 |