diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 17:36:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 17:36:26 +0900 |
commit | 0009f18105aa640bfbf8c10e426cc5f2219869dd (patch) | |
tree | 40feba9ca083d5d0ee3979b46531a3e98108f8bc /src/base/test | |
parent | 60eb78116dbc0753d9bcd7cc510b1f64199a3e0e (diff) | |
download | rosegarden-0009f18105aa640bfbf8c10e426cc5f2219869dd.tar.gz rosegarden-0009f18105aa640bfbf8c10e426cc5f2219869dd.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/base/test')
-rw-r--r-- | src/base/test/accidentals.cpp | 2 | ||||
-rw-r--r-- | src/base/test/colour.cpp | 3 | ||||
-rw-r--r-- | src/base/test/pitch.cpp | 2 | ||||
-rw-r--r-- | src/base/test/test.cpp | 3 | ||||
-rw-r--r-- | src/base/test/thread.cpp | 3 | ||||
-rw-r--r-- | src/base/test/transpose.cpp | 2 | ||||
-rw-r--r-- | src/base/test/utf8.cpp | 2 |
7 files changed, 0 insertions, 17 deletions
diff --git a/src/base/test/accidentals.cpp b/src/base/test/accidentals.cpp index 53dbfc8..c3ee4f3 100644 --- a/src/base/test/accidentals.cpp +++ b/src/base/test/accidentals.cpp @@ -1,5 +1,3 @@ -// -*- c-basic-offset: 4 -*- - #include "NotationTypes.h" using namespace Rosegarden; diff --git a/src/base/test/colour.cpp b/src/base/test/colour.cpp index 3aa7ba2..0d62f8f 100644 --- a/src/base/test/colour.cpp +++ b/src/base/test/colour.cpp @@ -1,6 +1,3 @@ -// -*- c-basic-offset: 4 -*- - - /* Rosegarden-4 A sequencer and musical notation editor. diff --git a/src/base/test/pitch.cpp b/src/base/test/pitch.cpp index 5d46f9e..c465b9c 100644 --- a/src/base/test/pitch.cpp +++ b/src/base/test/pitch.cpp @@ -1,5 +1,3 @@ -// -*- c-basic-offset: 4 -*- - #include "NotationRules.h" #include "NotationTypes.h" diff --git a/src/base/test/test.cpp b/src/base/test/test.cpp index 9a9b496..6c7aabf 100644 --- a/src/base/test/test.cpp +++ b/src/base/test/test.cpp @@ -1,6 +1,3 @@ -// -*- c-basic-offset: 4 -*- -// -*- c-file-style: "bsd" -*- - #define NDEBUG // This does some rather shoddy tests on a small selection of core classes. diff --git a/src/base/test/thread.cpp b/src/base/test/thread.cpp index ab327ff..a347467 100644 --- a/src/base/test/thread.cpp +++ b/src/base/test/thread.cpp @@ -1,6 +1,3 @@ -// -*- c-basic-offset: 4 -*- -// -*- c-file-style: "bsd" -*- - // This does some rather shoddy tests on a small selection of core classes. #include "Lock.h" diff --git a/src/base/test/transpose.cpp b/src/base/test/transpose.cpp index b1254f5..9d810f8 100644 --- a/src/base/test/transpose.cpp +++ b/src/base/test/transpose.cpp @@ -1,5 +1,3 @@ -// -*- c-basic-offset: 4 -*- - #include "NotationTypes.h" using namespace Rosegarden; diff --git a/src/base/test/utf8.cpp b/src/base/test/utf8.cpp index 7104cc0..2e60f64 100644 --- a/src/base/test/utf8.cpp +++ b/src/base/test/utf8.cpp @@ -1,5 +1,3 @@ -// -*- c-basic-offset: 4 -*- - #include "XmlExportable.h" #include <iostream> #include <string> |