From da4c033640f8eff23e5b65b4b92f832a46534f8e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 28 Sep 2020 17:37:39 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro (cherry picked from commit 098454da6440afa21c77fd8e0a9367acac2ec9df) --- src/dragsupport.h | 2 -- src/editor.cpp | 2 -- src/editor.h | 2 -- src/evaluator.cpp | 2 -- src/evaluator.h | 2 -- src/hmath.cpp | 2 -- src/hmath.h | 2 -- src/mainwindow.cpp | 2 -- src/node.cpp | 2 -- src/node.h | 2 -- src/number.c | 2 -- src/number.h | 2 -- src/numerictypes.cpp | 2 -- src/numerictypes.h | 2 -- src/result.h | 2 -- src/rpnmuncher.cpp | 2 -- src/sharedptr.h | 2 -- src/valuemanager.cpp | 2 -- src/valuemanager.h | 2 -- 19 files changed, 38 deletions(-) diff --git a/src/dragsupport.h b/src/dragsupport.h index ff0d7a6..4a7fcf2 100644 --- a/src/dragsupport.h +++ b/src/dragsupport.h @@ -29,5 +29,3 @@ namespace DragSupport { } #endif - -// vim: set et ts=8 sw=4: diff --git a/src/editor.cpp b/src/editor.cpp index b926e10..3de8394 100644 --- a/src/editor.cpp +++ b/src/editor.cpp @@ -893,5 +893,3 @@ void EditorCompletion::moveCompletionPopup() } #include "editor.moc" - -// vim: set et sw=2 ts=8: diff --git a/src/editor.h b/src/editor.h index acef6fe..94bcfcf 100644 --- a/src/editor.h +++ b/src/editor.h @@ -129,5 +129,3 @@ class EditorCompletion : public TQObject }; #endif // ABAKUS_EDITOR_H - -// vim: set et ts=8 sw=4: diff --git a/src/evaluator.cpp b/src/evaluator.cpp index 92e64d4..e43d959 100644 --- a/src/evaluator.cpp +++ b/src/evaluator.cpp @@ -257,5 +257,3 @@ TQString Evaluator::autoFix( const TQString& expr ) return result; } - -// vim: set et ts=8 sw=4: diff --git a/src/evaluator.h b/src/evaluator.h index 2377f27..1a60e40 100644 --- a/src/evaluator.h +++ b/src/evaluator.h @@ -127,5 +127,3 @@ private: #endif // EVALUATOR - -// vim: set et ts=8 sw=4: diff --git a/src/hmath.cpp b/src/hmath.cpp index 893d7b3..26181a2 100644 --- a/src/hmath.cpp +++ b/src/hmath.cpp @@ -1793,5 +1793,3 @@ int test_hmath() }; #endif - -// vim: set et sw=2 ts=8: diff --git a/src/hmath.h b/src/hmath.h index a143f29..19a3f81 100644 --- a/src/hmath.h +++ b/src/hmath.h @@ -355,5 +355,3 @@ public: std::ostream& operator<<( std::ostream& s, HNumber ); #endif // HMATH_H - -// vim: set et sw=2 ts=8: diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b4609e3..bff9239 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -821,5 +821,3 @@ void MainWindow::selectCorrectPrecisionAction() } #include "mainwindow.moc" - -// vim: set et ts=8 sw=4: diff --git a/src/node.cpp b/src/node.cpp index 99b544d..07d2f3e 100644 --- a/src/node.cpp +++ b/src/node.cpp @@ -415,5 +415,3 @@ TQString NumericValue::infixString() const { return value().toString(); } - -// vim: set et ts=8 sw=4: diff --git a/src/node.h b/src/node.h index f5820e6..8ce7975 100644 --- a/src/node.h +++ b/src/node.h @@ -215,5 +215,3 @@ class NumericValue : public Node }; #endif - -// vim: set et sw=4 ts=8: diff --git a/src/number.c b/src/number.c index 72370fb..33601bb 100644 --- a/src/number.c +++ b/src/number.c @@ -1805,5 +1805,3 @@ pv (name, num, len) for (i=0; i