diff options
author | Moonchild <moonchild@palemoon.org> | 2023-05-05 15:20:27 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-05-05 15:20:27 +0200 |
commit | b9da018639cc0e3e6bb3d90cf195060df318953a (patch) | |
tree | 2284583da3b0957d5ab56fd561caf4cec630815c /toolkit/xre | |
parent | 5eab50c9f9a564046923fe572f07b20365207493 (diff) | |
download | uxp-b9da018639cc0e3e6bb3d90cf195060df318953a.tar.gz |
Issue #1656 - Remove more vim control lines.
Vim control lines were re-introduced or not entirely cleaned up.
This nukes them again.
Removing from modules, netwerk, security, storage, testing, toolkit, and
a few scattered misc files. More to come.
Diffstat (limited to 'toolkit/xre')
-rw-r--r-- | toolkit/xre/Makefile.in | 1 | ||||
-rw-r--r-- | toolkit/xre/glxtest.cpp | 4 | ||||
-rw-r--r-- | toolkit/xre/nsUpdateDriver.cpp | 1 | ||||
-rw-r--r-- | toolkit/xre/nsUpdateDriver.h | 1 |
4 files changed, 1 insertions, 6 deletions
diff --git a/toolkit/xre/Makefile.in b/toolkit/xre/Makefile.in index 225dc3bbb6..618d1af5d5 100644 --- a/toolkit/xre/Makefile.in +++ b/toolkit/xre/Makefile.in @@ -1,5 +1,4 @@ # -*- makefile -*- -# vim:set ts=8 sw=8 sts=8 noet: # 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 diff --git a/toolkit/xre/glxtest.cpp b/toolkit/xre/glxtest.cpp index 519a5e68be..f6f1d4d9c9 100644 --- a/toolkit/xre/glxtest.cpp +++ b/toolkit/xre/glxtest.cpp @@ -1,7 +1,5 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=8 et : - */ -/* This Source Code Form is subject to the terms of the Mozilla Public + * 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/xre/nsUpdateDriver.cpp b/toolkit/xre/nsUpdateDriver.cpp index 4994458852..577d74e6f5 100644 --- a/toolkit/xre/nsUpdateDriver.cpp +++ b/toolkit/xre/nsUpdateDriver.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim:set ts=2 sw=2 sts=2 et cindent: */ /* 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/xre/nsUpdateDriver.h b/toolkit/xre/nsUpdateDriver.h index ed87751980..c01990e260 100644 --- a/toolkit/xre/nsUpdateDriver.h +++ b/toolkit/xre/nsUpdateDriver.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim:set ts=2 sw=2 sts=2 et cindent: */ /* 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/. */ |