diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 09:22:12 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 09:22:12 +0000 |
commit | e0bda2246266eb70d00d743388d801e0dba05180 (patch) | |
tree | 26138698c787b965a6b28adf76c021bc8310a078 /widget | |
parent | 6b9f2095a314fcdef1651fa91ce02161b90131e4 (diff) | |
download | uxp-e0bda2246266eb70d00d743388d801e0dba05180.tar.gz |
Issue #1656 - Part 10: Manual cleanup.
Diffstat (limited to 'widget')
-rw-r--r-- | widget/gtkxtbin/gtk2xtbin.c | 3 | ||||
-rw-r--r-- | widget/gtkxtbin/gtk2xtbin.h | 3 | ||||
-rw-r--r-- | widget/gtkxtbin/xembed.h | 3 | ||||
-rw-r--r-- | widget/windows/InkCollector.cpp | 1 | ||||
-rw-r--r-- | widget/windows/InkCollector.h | 1 |
5 files changed, 3 insertions, 8 deletions
diff --git a/widget/gtkxtbin/gtk2xtbin.c b/widget/gtkxtbin/gtk2xtbin.c index 189478bada..01e4b0bdda 100644 --- a/widget/gtkxtbin/gtk2xtbin.c +++ b/widget/gtkxtbin/gtk2xtbin.c @@ -1,5 +1,4 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: set expandtab shiftwidth=2 tabstop=2: */ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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/widget/gtkxtbin/gtk2xtbin.h b/widget/gtkxtbin/gtk2xtbin.h index 60b3a0b342..cffb752e69 100644 --- a/widget/gtkxtbin/gtk2xtbin.h +++ b/widget/gtkxtbin/gtk2xtbin.h @@ -1,5 +1,4 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: set expandtab shiftwidth=2 tabstop=2: */ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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/widget/gtkxtbin/xembed.h b/widget/gtkxtbin/xembed.h index 605c128aa7..5a53900919 100644 --- a/widget/gtkxtbin/xembed.h +++ b/widget/gtkxtbin/xembed.h @@ -1,5 +1,4 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: set expandtab shiftwidth=2 tabstop=2: */ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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/widget/windows/InkCollector.cpp b/widget/windows/InkCollector.cpp index 3268fe95bb..9871b96615 100644 --- a/widget/windows/InkCollector.cpp +++ b/widget/windows/InkCollector.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* vim: set ts=2 sw=2 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 * file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/widget/windows/InkCollector.h b/widget/windows/InkCollector.h index 9570eea2a1..b466ef05bb 100644 --- a/widget/windows/InkCollector.h +++ b/widget/windows/InkCollector.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -* vim: set ts=2 sw=2 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 * file, You can obtain one at http://mozilla.org/MPL/2.0/. |