diff options
author | Michele Calgaro <[email protected]> | 2020-09-28 10:54:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-28 11:03:03 +0900 |
commit | e486343156812706d7b7d5e36f32e6aefc86a1c8 (patch) | |
tree | 4c0217d8adeb54c86219dc00d248951f5256688f /lib/util/kdeveditorutil.cpp | |
parent | 29aa164859f9966f10760fbd6feb543e1fec22f0 (diff) | |
download | tdevelop-e486343156812706d7b7d5e36f32e6aefc86a1c8.tar.gz tdevelop-e486343156812706d7b7d5e36f32e6aefc86a1c8.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit c1136256870320723ad42e04e2559ae384b8fe91)
Diffstat (limited to 'lib/util/kdeveditorutil.cpp')
-rw-r--r-- | lib/util/kdeveditorutil.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/util/kdeveditorutil.cpp b/lib/util/kdeveditorutil.cpp index 198e9a42..34893c73 100644 --- a/lib/util/kdeveditorutil.cpp +++ b/lib/util/kdeveditorutil.cpp @@ -83,7 +83,3 @@ TQString KDevEditorUtil::currentSelection( KTextEditor::Document * doc ) KTextEditor::SelectionInterface * selectIface = dynamic_cast<KTextEditor::SelectionInterface*>( doc ); return selectIface ? selectIface->selection() : TQString(); } - - -// kate: space-indent off; indent-width 4; tab-width 4; show-tabs on; - |