diff options
author | Moonchild <moonchild@palemoon.org> | 2020-12-03 17:52:32 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-12-03 17:52:32 +0000 |
commit | 7fda700f92043e8de97320b1d9b22c058d07c570 (patch) | |
tree | c963c29209be075e8d1683ab0c8310515d6afb23 | |
parent | 1a21b526928b0c5815aa3910499ac980714fa25b (diff) | |
download | uxp-7fda700f92043e8de97320b1d9b22c058d07c570.tar.gz |
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 9bc69c9574..e941b8d758 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/. */ |