diff options
author | Moonchild <moonchild@palemoon.org> | 2023-05-05 15:20:27 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-05-05 15:20:27 +0200 |
commit | b9da018639cc0e3e6bb3d90cf195060df318953a (patch) | |
tree | 2284583da3b0957d5ab56fd561caf4cec630815c /toolkit/components/downloads | |
parent | 5eab50c9f9a564046923fe572f07b20365207493 (diff) | |
download | uxp-b9da018639cc0e3e6bb3d90cf195060df318953a.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 modules, netwerk, security, storage, testing, toolkit, and
a few scattered misc files. More to come.
Diffstat (limited to 'toolkit/components/downloads')
-rw-r--r-- | toolkit/components/downloads/SQLFunctions.cpp | 3 | ||||
-rw-r--r-- | toolkit/components/downloads/SQLFunctions.h | 3 | ||||
-rw-r--r-- | toolkit/components/downloads/nsDownloadScanner.cpp | 1 | ||||
-rw-r--r-- | toolkit/components/downloads/nsDownloadScanner.h | 2 |
4 files changed, 2 insertions, 7 deletions
diff --git a/toolkit/components/downloads/SQLFunctions.cpp b/toolkit/components/downloads/SQLFunctions.cpp index 8f2d3e77bc..0786a288c6 100644 --- a/toolkit/components/downloads/SQLFunctions.cpp +++ b/toolkit/components/downloads/SQLFunctions.cpp @@ -1,5 +1,4 @@ -/* vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : - * This Source Code Form is subject to the terms of the Mozilla Public +/* 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/toolkit/components/downloads/SQLFunctions.h b/toolkit/components/downloads/SQLFunctions.h index ae207788c2..0e5d2120e4 100644 --- a/toolkit/components/downloads/SQLFunctions.h +++ b/toolkit/components/downloads/SQLFunctions.h @@ -1,5 +1,4 @@ -/* vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : - * This Source Code Form is subject to the terms of the Mozilla Public +/* 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/toolkit/components/downloads/nsDownloadScanner.cpp b/toolkit/components/downloads/nsDownloadScanner.cpp index 1ef5b36602..14ce8d2b21 100644 --- a/toolkit/components/downloads/nsDownloadScanner.cpp +++ b/toolkit/components/downloads/nsDownloadScanner.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: se cin sw=2 ts=2 et : */ /* 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/toolkit/components/downloads/nsDownloadScanner.h b/toolkit/components/downloads/nsDownloadScanner.h index 3301489fe6..625ee6498f 100644 --- a/toolkit/components/downloads/nsDownloadScanner.h +++ b/toolkit/components/downloads/nsDownloadScanner.h @@ -3,8 +3,6 @@ * 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/. */ -/* vim: se cin sw=2 ts=2 et : */ - #ifndef nsDownloadScanner_h_ #define nsDownloadScanner_h_ |