diff options
author | Moonchild <moonchild@palemoon.org> | 2023-05-03 22:09:21 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-05-03 22:09:21 +0200 |
commit | ce594b49caa5a38426ca624b0b0beaf209f5a947 (patch) | |
tree | 5ae6e3b21b2b3c007f08fe27147b4b470ba95f7d /intl/uconv | |
parent | 5d4f11bfaf45a29ffd00ace764a45eebba61bdbc (diff) | |
download | uxp-ce594b49caa5a38426ca624b0b0beaf209f5a947.tar.gz |
Issue #1656 - Remove more vim control lines.
Vim control lines were re-introduced or not entirely cleaned up.
This nukes them again.
Removing from the rest of js, caps, chrome, config, devtools, docshell,
image, intl. More to come.
Diffstat (limited to 'intl/uconv')
-rw-r--r-- | intl/uconv/nsConverterOutputStream.cpp | 1 | ||||
-rw-r--r-- | intl/uconv/nsConverterOutputStream.h | 1 | ||||
-rw-r--r-- | intl/uconv/nsIUTF8ConverterService.idl | 2 | ||||
-rw-r--r-- | intl/uconv/nsUConvCID.h | 2 | ||||
-rw-r--r-- | intl/uconv/nsUTF8ConverterService.cpp | 2 |
5 files changed, 0 insertions, 8 deletions
diff --git a/intl/uconv/nsConverterOutputStream.cpp b/intl/uconv/nsConverterOutputStream.cpp index dae3624a96..1957ae2ede 100644 --- a/intl/uconv/nsConverterOutputStream.cpp +++ b/intl/uconv/nsConverterOutputStream.cpp @@ -1,4 +1,3 @@ -/* vim:set expandtab ts=4 sw=4 sts=4 cin: */ /* 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/intl/uconv/nsConverterOutputStream.h b/intl/uconv/nsConverterOutputStream.h index 9289e3d299..b0a48115d3 100644 --- a/intl/uconv/nsConverterOutputStream.h +++ b/intl/uconv/nsConverterOutputStream.h @@ -1,4 +1,3 @@ -/* vim:set expandtab ts=4 sw=4 sts=4 cin: */ /* 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/intl/uconv/nsIUTF8ConverterService.idl b/intl/uconv/nsIUTF8ConverterService.idl index b02434a698..696aa1fb90 100644 --- a/intl/uconv/nsIUTF8ConverterService.idl +++ b/intl/uconv/nsIUTF8ConverterService.idl @@ -1,6 +1,4 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* vim:expandtab:shiftwidth=4:tabstop=4: - */ /* 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/intl/uconv/nsUConvCID.h b/intl/uconv/nsUConvCID.h index ecfa6346b3..a842bbd64d 100644 --- a/intl/uconv/nsUConvCID.h +++ b/intl/uconv/nsUConvCID.h @@ -1,6 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim:expandtab:shiftwidth=2:tabstop=2: - **/ /* 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/intl/uconv/nsUTF8ConverterService.cpp b/intl/uconv/nsUTF8ConverterService.cpp index 0944dae02e..8319d6c603 100644 --- a/intl/uconv/nsUTF8ConverterService.cpp +++ b/intl/uconv/nsUTF8ConverterService.cpp @@ -1,6 +1,4 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim:expandtab:shiftwidth=2:tabstop=4: - */ /* 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/. */ |