diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:06:05 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:10:23 +0000 |
commit | b915850fbbbc7ad40ace78c0e36f9c91ec655e95 (patch) | |
tree | 579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /embedding | |
parent | 5518a7c8e14f9b27335a20748f9d9240d266cfd0 (diff) | |
download | aura-central-b915850fbbbc7ad40ace78c0e36f9c91ec655e95.tar.gz |
Issue mcp-graveyard/UXP%1656 - Part 8: Devtools and misc.
Diffstat (limited to 'embedding')
-rw-r--r-- | embedding/components/printingui/ipc/PrintDataUtils.cpp | 1 | ||||
-rw-r--r-- | embedding/components/printingui/ipc/PrintDataUtils.h | 1 | ||||
-rw-r--r-- | embedding/ios/app.mozbuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/embedding/components/printingui/ipc/PrintDataUtils.cpp b/embedding/components/printingui/ipc/PrintDataUtils.cpp index 30e2075b6..c6f1c45ff 100644 --- a/embedding/components/printingui/ipc/PrintDataUtils.cpp +++ b/embedding/components/printingui/ipc/PrintDataUtils.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/* vim: set sw=4 ts=8 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/. */
diff --git a/embedding/components/printingui/ipc/PrintDataUtils.h b/embedding/components/printingui/ipc/PrintDataUtils.h index da313b2f3..df03233b7 100644 --- a/embedding/components/printingui/ipc/PrintDataUtils.h +++ b/embedding/components/printingui/ipc/PrintDataUtils.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/* vim: set sw=4 ts=8 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/. */
diff --git a/embedding/ios/app.mozbuild b/embedding/ios/app.mozbuild index 5168ced14..7f147d4ef 100644 --- a/embedding/ios/app.mozbuild +++ b/embedding/ios/app.mozbuild @@ -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/. |