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/mozbase | |
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/mozbase')
-rw-r--r-- | testing/mozbase/mozprocess/tests/iniparser/dictionary.c | 1 | ||||
-rw-r--r-- | testing/mozbase/mozprocess/tests/iniparser/iniparser.c | 1 |
2 files changed, 0 insertions, 2 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 */ |