diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 17:37:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 17:37:39 +0900 |
commit | 098454da6440afa21c77fd8e0a9367acac2ec9df (patch) | |
tree | 8c057f38df10156daa44851575a3ba030706acf2 | |
parent | c127e512b37f1d86e1b2198f46f01b2efd984b3c (diff) | |
download | abakus-098454da6440afa21c77fd8e0a9367acac2ec9df.tar.gz abakus-098454da6440afa21c77fd8e0a9367acac2ec9df.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/dragsupport.h | 2 | ||||
-rw-r--r-- | src/editor.cpp | 2 | ||||
-rw-r--r-- | src/editor.h | 2 | ||||
-rw-r--r-- | src/evaluator.cpp | 2 | ||||
-rw-r--r-- | src/evaluator.h | 2 | ||||
-rw-r--r-- | src/hmath.cpp | 2 | ||||
-rw-r--r-- | src/hmath.h | 2 | ||||
-rw-r--r-- | src/mainwindow.cpp | 2 | ||||
-rw-r--r-- | src/node.cpp | 2 | ||||
-rw-r--r-- | src/node.h | 2 | ||||
-rw-r--r-- | src/number.c | 2 | ||||
-rw-r--r-- | src/number.h | 2 | ||||
-rw-r--r-- | src/numerictypes.cpp | 2 | ||||
-rw-r--r-- | src/numerictypes.h | 2 | ||||
-rw-r--r-- | src/result.h | 2 | ||||
-rw-r--r-- | src/rpnmuncher.cpp | 2 | ||||
-rw-r--r-- | src/sharedptr.h | 2 | ||||
-rw-r--r-- | src/valuemanager.cpp | 2 | ||||
-rw-r--r-- | src/valuemanager.h | 2 |
19 files changed, 0 insertions, 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 82fcbea..93a7fd2 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: @@ -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<len; i++) printf ("%c",BCD_CHAR(num[i])); printf ("\n"); } - -// vim: set et sw=2 ts=8: diff --git a/src/number.h b/src/number.h index c7d07ac..cd60b03 100644 --- a/src/number.h +++ b/src/number.h @@ -165,5 +165,3 @@ _PROTOTYPE(void bc_out_num, (bc_num num, int o_base, void (* out_char)(int), #endif #endif - -// vim: set et sw=2 ts=8: diff --git a/src/numerictypes.cpp b/src/numerictypes.cpp index d1fe591..d7bfe82 100644 --- a/src/numerictypes.cpp +++ b/src/numerictypes.cpp @@ -201,5 +201,3 @@ const Abakus::number_t::value_type Abakus::number_t::PI = HMath::pi(); const Abakus::number_t::value_type Abakus::number_t::E = HMath::exp(1); #endif /* HAVE_MPFR */ - -// vim: set et ts=8 sw=4: diff --git a/src/numerictypes.h b/src/numerictypes.h index 7277aea..f0721f9 100644 --- a/src/numerictypes.h +++ b/src/numerictypes.h @@ -689,5 +689,3 @@ private: }; // namespace Abakus #endif /* ABAKUS_NUMERICTYPES_H */ - -// vim: set et ts=8 sw=4: diff --git a/src/result.h b/src/result.h index 49936f5..600338a 100644 --- a/src/result.h +++ b/src/result.h @@ -73,5 +73,3 @@ private: }; #endif /* ABAKUS_RESULT_H */ - -// vim: set et ts=8 sw=4: diff --git a/src/rpnmuncher.cpp b/src/rpnmuncher.cpp index 309a819..a541e33 100644 --- a/src/rpnmuncher.cpp +++ b/src/rpnmuncher.cpp @@ -263,5 +263,3 @@ static int tokenize (const TQString &token) return Unknown; } - -// vim: set et sw=4 ts=8: diff --git a/src/sharedptr.h b/src/sharedptr.h index 1c63ca3..91d80da 100644 --- a/src/sharedptr.h +++ b/src/sharedptr.h @@ -118,5 +118,3 @@ private: }; #endif /* ABAKUS_SHARED_PTR_H */ - -// vim: set et ts=8 sw=4: diff --git a/src/valuemanager.cpp b/src/valuemanager.cpp index 4880fdf..bc55203 100644 --- a/src/valuemanager.cpp +++ b/src/valuemanager.cpp @@ -101,5 +101,3 @@ TQString ValueManager::description(const TQString &valueName) } #include "valuemanager.moc" - -// vim: set et ts=8 sw=4 encoding=utf-8: diff --git a/src/valuemanager.h b/src/valuemanager.h index b637e14..354506e 100644 --- a/src/valuemanager.h +++ b/src/valuemanager.h @@ -66,5 +66,3 @@ class ValueManager : public TQObject }; #endif - -// vim: set et sw=4 ts=8: |