diff options
author | Moonchild <moonchild@palemoon.org> | 2020-12-03 17:52:32 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-12-13 18:13:28 +0000 |
commit | a52529970f02ca5d7ae7840cdb82701d3c09f866 (patch) | |
tree | 9de217dc9a180112579bd016ec005168d2fec188 | |
parent | bcb46bf65e5d4de038ecc052fe160b1910c1d307 (diff) | |
download | UXP-a52529970f02ca5d7ae7840cdb82701d3c09f866.tar UXP-a52529970f02ca5d7ae7840cdb82701d3c09f866.tar.gz UXP-a52529970f02ca5d7ae7840cdb82701d3c09f866.tar.lz UXP-a52529970f02ca5d7ae7840cdb82701d3c09f866.tar.xz UXP-a52529970f02ca5d7ae7840cdb82701d3c09f866.zip |
Nuke erroneously added vim line.
-rw-r--r-- | js/xpconnect/src/XPCJSContext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/xpconnect/src/XPCJSContext.cpp b/js/xpconnect/src/XPCJSContext.cpp index 9bc69c957..e941b8d75 100644 --- a/js/xpconnect/src/XPCJSContext.cpp +++ b/js/xpconnect/src/XPCJSContext.cpp @@ -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/. */ |