diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:56:05 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:56:05 +0000 |
commit | 6b9f2095a314fcdef1651fa91ce02161b90131e4 (patch) | |
tree | e71f1c25eda55ba5418dc6e69f43a36c4445a84e /toolkit/modules | |
parent | 4a42352e6418b69e600422fc516ad1e74c708fa9 (diff) | |
download | uxp-6b9f2095a314fcdef1651fa91ce02161b90131e4.tar.gz |
Issue #1656 - Part 9: Single-line-comment style.
Diffstat (limited to 'toolkit/modules')
-rw-r--r-- | toolkit/modules/Finder.jsm | 1 | ||||
-rw-r--r-- | toolkit/modules/RemoteFinder.jsm | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/modules/Finder.jsm b/toolkit/modules/Finder.jsm index c2a9af5b15..0ad0a39c76 100644 --- a/toolkit/modules/Finder.jsm +++ b/toolkit/modules/Finder.jsm @@ -1,4 +1,3 @@ -// vim: set ts=2 sw=2 sts=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/. diff --git a/toolkit/modules/RemoteFinder.jsm b/toolkit/modules/RemoteFinder.jsm index ae20da4501..8615eee018 100644 --- a/toolkit/modules/RemoteFinder.jsm +++ b/toolkit/modules/RemoteFinder.jsm @@ -1,5 +1,4 @@ // -*- indent-tabs-mode: nil; js-indent-level: 2 -*- -// vim: set ts=2 sw=2 sts=2 et 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/. |