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/dom/SVGElementInstanceList.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'ksvg/dom/SVGElementInstanceList.cc') diff --git a/ksvg/dom/SVGElementInstanceList.cc b/ksvg/dom/SVGElementInstanceList.cc index ccc99f37..6b4fd80e 100644 --- a/ksvg/dom/SVGElementInstanceList.cc +++ b/ksvg/dom/SVGElementInstanceList.cc @@ -75,5 +75,3 @@ SVGElementInstance SVGElementInstanceList::item(unsigned long index) if(!impl) return SVGElementInstance(0); return SVGElementInstance(impl->item(index)); } - -// vim:ts=4:noet -- cgit v1.2.1