diff options
author | Moonchild <moonchild@palemoon.org> | 2023-05-04 03:33:25 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-05-04 03:33:25 +0200 |
commit | 1e50ffb192d492f532a7bad2b977efdeda86d165 (patch) | |
tree | b7dab86f61f4b570b417c1755fbfdd97ec929c0c /dom/crypto | |
parent | ce594b49caa5a38426ca624b0b0beaf209f5a947 (diff) | |
download | uxp-1e50ffb192d492f532a7bad2b977efdeda86d165.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 dom. More to come.
Diffstat (limited to 'dom/crypto')
-rw-r--r-- | dom/crypto/WebCryptoThreadPool.cpp | 1 | ||||
-rw-r--r-- | dom/crypto/WebCryptoThreadPool.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dom/crypto/WebCryptoThreadPool.cpp b/dom/crypto/WebCryptoThreadPool.cpp index a2b8e6239e..dd0510064d 100644 --- a/dom/crypto/WebCryptoThreadPool.cpp +++ b/dom/crypto/WebCryptoThreadPool.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim:set ts=2 sw=2 sts=2 et cindent: */ /* 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/dom/crypto/WebCryptoThreadPool.h b/dom/crypto/WebCryptoThreadPool.h index 76bf747087..d8c0909d11 100644 --- a/dom/crypto/WebCryptoThreadPool.h +++ b/dom/crypto/WebCryptoThreadPool.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim:set ts=2 sw=2 sts=2 et cindent: */ /* 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/. */ |