From 8a861e2bb84e01563fffebdb8e099a2a55d61221 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Sep 2020 23:52:43 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro --- scheck/scheck.cpp | 3 --- scheck/scheck.h | 4 ---- 2 files changed, 7 deletions(-) (limited to 'scheck') diff --git a/scheck/scheck.cpp b/scheck/scheck.cpp index 5189b25b..b8d6bf2d 100644 --- a/scheck/scheck.cpp +++ b/scheck/scheck.cpp @@ -2782,6 +2782,3 @@ void StyleCheckStyle::renderGradient( TQPainter* p, const TQRect& r, p->fillRect(r, clr); return; } - -// vim: set noet ts=4 sw=4: -// kate: indent-width 4; replace-tabs off; tab-width 4; space-indent off; diff --git a/scheck/scheck.h b/scheck/scheck.h index 550fd3a7..631f0829 100644 --- a/scheck/scheck.h +++ b/scheck/scheck.h @@ -182,8 +182,4 @@ class StyleCheckStyle : public TDEStyle StyleCheckStyle( const StyleCheckStyle & ); StyleCheckStyle& operator=( const StyleCheckStyle & ); }; - -// vim: set noet ts=4 sw=4: -// kate: indent-width 4; replace-tabs off; tab-width 4; space-indent off; - #endif -- cgit v1.2.1