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 | adbac445c731b19f109cb4298c9545374b3cc9a0 (patch) | |
tree | c963c29209be075e8d1683ab0c8310515d6afb23 /js | |
parent | 7f5078eece5172236e66290f4afb5ec3d6787fef (diff) | |
download | aura-central-adbac445c731b19f109cb4298c9545374b3cc9a0.tar.gz |
Nuke erroneously added vim line.
Diffstat (limited to 'js')
-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/. */ |