diff options
author | Moonchild <moonchild@palemoon.org> | 2020-10-26 19:09:16 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-10-26 19:09:16 +0000 |
commit | c39882c9deafbd5f094fb8371bd66f118a810358 (patch) | |
tree | 110756a2aa9d2b00da201eb093ac37d7093366d3 /testing | |
parent | 3e4cb58e001d953ec478057a880ff3d78bf6c4dd (diff) | |
download | aura-central-c39882c9deafbd5f094fb8371bd66f118a810358.tar.gz |
Issue mcp-graveyard/UXP%1656 - Nuke the remaining vim lines in UXP
Closes %1656
Diffstat (limited to 'testing')
7 files changed, 0 insertions, 7 deletions
diff --git a/testing/mozbase/mozprocess/tests/iniparser/dictionary.c b/testing/mozbase/mozprocess/tests/iniparser/dictionary.c index da41d9b2e..7d973e0fe 100644 --- a/testing/mozbase/mozprocess/tests/iniparser/dictionary.c +++ b/testing/mozbase/mozprocess/tests/iniparser/dictionary.c @@ -404,4 +404,3 @@ int main(int argc, char *argv[]) return 0 ; } #endif -/* vim: set ts=4 et sw=4 tw=75 */ diff --git a/testing/mozbase/mozprocess/tests/iniparser/iniparser.c b/testing/mozbase/mozprocess/tests/iniparser/iniparser.c index 02a23b755..959d8aa04 100644 --- a/testing/mozbase/mozprocess/tests/iniparser/iniparser.c +++ b/testing/mozbase/mozprocess/tests/iniparser/iniparser.c @@ -645,4 +645,3 @@ void iniparser_freedict(dictionary * d) dictionary_del(d); } -/* vim: set ts=4 et sw=4 tw=75 */ diff --git a/testing/tools/iceserver/iceserver.py b/testing/tools/iceserver/iceserver.py index 3e1d31de9..2089301af 100644 --- a/testing/tools/iceserver/iceserver.py +++ b/testing/tools/iceserver/iceserver.py @@ -1,4 +1,3 @@ -# vim: set ts=4 et sw=4 tw=80 # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/testing/tools/websocketprocessbridge/websocketprocessbridge.py b/testing/tools/websocketprocessbridge/websocketprocessbridge.py index 57bab31a4..02418d0e6 100644 --- a/testing/tools/websocketprocessbridge/websocketprocessbridge.py +++ b/testing/tools/websocketprocessbridge/websocketprocessbridge.py @@ -1,4 +1,3 @@ -# vim: set ts=4 et sw=4 tw=80 # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/testing/web-platform/tests/dom/nodes/Document-characterSet-normalization.html b/testing/web-platform/tests/dom/nodes/Document-characterSet-normalization.html index 746792fb7..557a22633 100644 --- a/testing/web-platform/tests/dom/nodes/Document-characterSet-normalization.html +++ b/testing/web-platform/tests/dom/nodes/Document-characterSet-normalization.html @@ -370,4 +370,3 @@ Object.keys(encodingMap).forEach(function(name) { }); }); </script> -<!-- vim: set expandtab tabstop=2 shiftwidth=2: --> diff --git a/testing/web-platform/tests/dom/nodes/Node-compareDocumentPosition.html b/testing/web-platform/tests/dom/nodes/Node-compareDocumentPosition.html index afae60aad..bdbf4fcd0 100644 --- a/testing/web-platform/tests/dom/nodes/Node-compareDocumentPosition.html +++ b/testing/web-platform/tests/dom/nodes/Node-compareDocumentPosition.html @@ -84,4 +84,3 @@ testNodes.forEach(function(referenceName) { testDiv.parentNode.removeChild(testDiv); </script> -<!-- vim: set expandtab tabstop=2 shiftwidth=2: --> diff --git a/testing/web-platform/tests/dom/nodes/Node-contains.html b/testing/web-platform/tests/dom/nodes/Node-contains.html index a3d644866..bf10a1d94 100644 --- a/testing/web-platform/tests/dom/nodes/Node-contains.html +++ b/testing/web-platform/tests/dom/nodes/Node-contains.html @@ -33,4 +33,3 @@ testNodes.forEach(function(referenceName) { testDiv.parentNode.removeChild(testDiv); </script> -<!-- vim: set expandtab tabstop=2 shiftwidth=2: --> |