From df5933168926c735b4584079e188325646357cd6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 29 Sep 2020 17:39:19 +0900 Subject: [PATCH] Removed code formatting modelines. Signed-off-by: Michele Calgaro --- src/widget/ia_ora.cpp | 2 -- src/widget/ia_ora.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/widget/ia_ora.cpp b/src/widget/ia_ora.cpp index 22ad895..31c2d4f 100644 --- a/src/widget/ia_ora.cpp +++ b/src/widget/ia_ora.cpp @@ -3457,5 +3457,3 @@ bool MandrivaStyle::isFormWidget(const TQWidget* widget) const return true; } - -// vim: ts=4 et sw=4 diff --git a/src/widget/ia_ora.h b/src/widget/ia_ora.h index 68b05fb..1d9f2b6 100644 --- a/src/widget/ia_ora.h +++ b/src/widget/ia_ora.h @@ -328,5 +328,3 @@ private: }; #endif - -// vim: ts=4 et sw=4