From dd734d4130d80c5613c5a33cc304430210467899 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 --- ksvg/dom/SVGTextPathElement.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'ksvg/dom/SVGTextPathElement.cc') diff --git a/ksvg/dom/SVGTextPathElement.cc b/ksvg/dom/SVGTextPathElement.cc index 1cb6b833..09d26e20 100644 --- a/ksvg/dom/SVGTextPathElement.cc +++ b/ksvg/dom/SVGTextPathElement.cc @@ -85,5 +85,3 @@ SVGAnimatedEnumeration SVGTextPathElement::spacing() const if(!impl) return SVGAnimatedEnumeration(0); return SVGAnimatedEnumeration(impl->spacing()); } - -// vim:ts=4:noet -- cgit v1.2.3