diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-23 15:24:52 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-23 15:24:52 +0000 |
commit | 18ea98f7a9a92ab35fdc71e526814570ef4f57e2 (patch) | |
tree | 8e8b8ea84475d19c97cae9d3058fdf2cd58fad93 /dom/quota | |
parent | 528b88d7048728c70227817ab59223e329171d15 (diff) | |
download | uxp-18ea98f7a9a92ab35fdc71e526814570ef4f57e2.tar.gz |
Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.cc
Diffstat (limited to 'dom/quota')
-rw-r--r-- | dom/quota/nsIQuotaCallbacks.idl | 1 | ||||
-rw-r--r-- | dom/quota/nsIQuotaManagerService.idl | 1 | ||||
-rw-r--r-- | dom/quota/nsIQuotaRequests.idl | 1 | ||||
-rw-r--r-- | dom/quota/nsIQuotaResults.idl | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/dom/quota/nsIQuotaCallbacks.idl b/dom/quota/nsIQuotaCallbacks.idl index 7c53db20c0..75a9f73b35 100644 --- a/dom/quota/nsIQuotaCallbacks.idl +++ b/dom/quota/nsIQuotaCallbacks.idl @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=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/quota/nsIQuotaManagerService.idl b/dom/quota/nsIQuotaManagerService.idl index f24ce28335..a194718982 100644 --- a/dom/quota/nsIQuotaManagerService.idl +++ b/dom/quota/nsIQuotaManagerService.idl @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=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/quota/nsIQuotaRequests.idl b/dom/quota/nsIQuotaRequests.idl index 1554862176..2dd20e6b2f 100644 --- a/dom/quota/nsIQuotaRequests.idl +++ b/dom/quota/nsIQuotaRequests.idl @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=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/quota/nsIQuotaResults.idl b/dom/quota/nsIQuotaResults.idl index cd7ffd3a02..6f12f3da50 100644 --- a/dom/quota/nsIQuotaResults.idl +++ b/dom/quota/nsIQuotaResults.idl @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=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/. */ |