summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGPathSegArc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGPathSegArc.cc')
-rw-r--r--ksvg/dom/SVGPathSegArc.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ksvg/dom/SVGPathSegArc.cc b/ksvg/dom/SVGPathSegArc.cc
index 078137ab..9e775ff8 100644
--- a/ksvg/dom/SVGPathSegArc.cc
+++ b/ksvg/dom/SVGPathSegArc.cc
@@ -234,5 +234,3 @@ bool SVGPathSegArcRel::sweepFlag() const
if(!impl) return false;
return impl->sweepFlag();
}
-
-// vim:ts=4:noet