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 | 4a42352e6418b69e600422fc516ad1e74c708fa9 (patch) | |
tree | 579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /netwerk | |
parent | 0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (diff) | |
download | uxp-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.gz |
Issue #1656 - Part 8: Devtools and misc.
Diffstat (limited to 'netwerk')
-rw-r--r-- | netwerk/ipc/ChannelEventQueue.cpp | 1 | ||||
-rw-r--r-- | netwerk/ipc/ChannelEventQueue.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/netwerk/ipc/ChannelEventQueue.cpp b/netwerk/ipc/ChannelEventQueue.cpp index a4dbae7d5b..17003d02df 100644 --- a/netwerk/ipc/ChannelEventQueue.cpp +++ b/netwerk/ipc/ChannelEventQueue.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: set sw=2 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 diff --git a/netwerk/ipc/ChannelEventQueue.h b/netwerk/ipc/ChannelEventQueue.h index a843decabc..8c526baab0 100644 --- a/netwerk/ipc/ChannelEventQueue.h +++ b/netwerk/ipc/ChannelEventQueue.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: set sw=2 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 |