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 | c8d64358e06bd7ff416b521147c267872fd30cb8 (patch) | |
tree | 579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /xpcom | |
parent | d9d80d476c3a7736967bb9d12b113e35c03583b2 (diff) | |
download | uxp-c8d64358e06bd7ff416b521147c267872fd30cb8.tar.gz |
Issue mcp-graveyard/UXP#1656 - Part 8: Devtools and misc.
Diffstat (limited to 'xpcom')
-rw-r--r-- | xpcom/glue/objs.mozbuild | 1 | ||||
-rw-r--r-- | xpcom/reflect/xptinfo/ShimInterfaceInfo.cpp | 1 | ||||
-rw-r--r-- | xpcom/reflect/xptinfo/ShimInterfaceInfo.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/xpcom/glue/objs.mozbuild b/xpcom/glue/objs.mozbuild index 8161e1ebce..6ca98cc757 100644 --- a/xpcom/glue/objs.mozbuild +++ b/xpcom/glue/objs.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/. diff --git a/xpcom/reflect/xptinfo/ShimInterfaceInfo.cpp b/xpcom/reflect/xptinfo/ShimInterfaceInfo.cpp index 14e719f6c4..3df782c0fe 100644 --- a/xpcom/reflect/xptinfo/ShimInterfaceInfo.cpp +++ b/xpcom/reflect/xptinfo/ShimInterfaceInfo.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: set ts=8 sw=4 et tw=78: * * 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/xpcom/reflect/xptinfo/ShimInterfaceInfo.h b/xpcom/reflect/xptinfo/ShimInterfaceInfo.h index 868f503a59..fb260a39a3 100644 --- a/xpcom/reflect/xptinfo/ShimInterfaceInfo.h +++ b/xpcom/reflect/xptinfo/ShimInterfaceInfo.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 sw=4 et tw=78: * * 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 |