diff options
author | Moonchild <moonchild@palemoon.org> | 2023-07-02 10:28:09 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-07-02 10:28:09 +0200 |
commit | 05d58b4aa18203e843762c8f85ce97d7297a1eca (patch) | |
tree | 82619bba855d77746d7ca4d5d75ef7020b8e839e /mfbt | |
parent | 90aaa1fdfb490eefabe2a8ed6b2884dfddfe7c22 (diff) | |
download | uxp-05d58b4aa18203e843762c8f85ce97d7297a1eca.tar.gz |
Issue #1656 - Follow-up: Re-nuke the vim lines introduced in #2265
Diffstat (limited to 'mfbt')
-rw-r--r-- | mfbt/Result.h | 1 | ||||
-rw-r--r-- | mfbt/tests/TestResult.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/mfbt/Result.h b/mfbt/Result.h index 85063c8815..780041ffff 100644 --- a/mfbt/Result.h +++ b/mfbt/Result.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 sts=4 et sw=4 tw=99: * 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/mfbt/tests/TestResult.cpp b/mfbt/tests/TestResult.cpp index da269a9e8e..b02e710003 100644 --- a/mfbt/tests/TestResult.cpp +++ b/mfbt/tests/TestResult.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 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/. */ |