diff options
Diffstat (limited to 'dom/url')
-rw-r--r-- | dom/url/URL.cpp | 1 | ||||
-rw-r--r-- | dom/url/URL.h | 1 | ||||
-rw-r--r-- | dom/url/URLSearchParams.cpp | 1 | ||||
-rw-r--r-- | dom/url/URLSearchParams.h | 1 | ||||
-rw-r--r-- | dom/url/moz.build | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/dom/url/URL.cpp b/dom/url/URL.cpp index 04f5ec137..f594c0f32 100644 --- a/dom/url/URL.cpp +++ b/dom/url/URL.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=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/dom/url/URL.h b/dom/url/URL.h index 45e4dd289..a0afd8b8b 100644 --- a/dom/url/URL.h +++ b/dom/url/URL.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=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/dom/url/URLSearchParams.cpp b/dom/url/URLSearchParams.cpp index e2172ea0e..3a0311aab 100644 --- a/dom/url/URLSearchParams.cpp +++ b/dom/url/URLSearchParams.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=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/dom/url/URLSearchParams.h b/dom/url/URLSearchParams.h index e02c1179f..e1a21da4c 100644 --- a/dom/url/URLSearchParams.h +++ b/dom/url/URLSearchParams.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=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/dom/url/moz.build b/dom/url/moz.build index 4e88f2723..7571f4d5e 100644 --- a/dom/url/moz.build +++ b/dom/url/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # 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/. |