diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 23:31:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 23:32:24 +0900 |
commit | 679e6a56c73bad0db5360a1b51d3f517a93baa60 (patch) | |
tree | ff9192f0757a3dc08332850a6d61f06a9de6d710 /libksieve/tests | |
parent | 33b573ee2e2e2a4b8634f64bcb004fae45288181 (diff) | |
download | tdepim-679e6a56c73bad0db5360a1b51d3f517a93baa60.tar.gz tdepim-679e6a56c73bad0db5360a1b51d3f517a93baa60.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cf916d8af78db19e0df37b12e63f35bf21f2da5b)
Diffstat (limited to 'libksieve/tests')
-rw-r--r-- | libksieve/tests/lexertest.cpp | 2 | ||||
-rw-r--r-- | libksieve/tests/parsertest.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libksieve/tests/lexertest.cpp b/libksieve/tests/lexertest.cpp index 43d641fc2..d3e54ba67 100644 --- a/libksieve/tests/lexertest.cpp +++ b/libksieve/tests/lexertest.cpp @@ -1,4 +1,4 @@ -/* -*- c++ -*- +/* tests/lexertest.cpp This file is part of the testsuite of KSieve, diff --git a/libksieve/tests/parsertest.cpp b/libksieve/tests/parsertest.cpp index ea718e4d2..a671b821f 100644 --- a/libksieve/tests/parsertest.cpp +++ b/libksieve/tests/parsertest.cpp @@ -1,4 +1,4 @@ -/* -*- c++ -*- +/* tests/parsertest.cpp This file is part of the testsuite of KSieve, |