diff options
author | Moonchild <moonchild@palemoon.org> | 2023-05-04 03:33:25 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-05-04 03:33:25 +0200 |
commit | 1e50ffb192d492f532a7bad2b977efdeda86d165 (patch) | |
tree | b7dab86f61f4b570b417c1755fbfdd97ec929c0c /dom/media/mediasource | |
parent | ce594b49caa5a38426ca624b0b0beaf209f5a947 (diff) | |
download | uxp-1e50ffb192d492f532a7bad2b977efdeda86d165.tar.gz |
Issue #1656 - Remove more vim control lines.
Vim control lines were re-introduced or not entirely cleaned up.
This nukes them again.
Removing from dom. More to come.
Diffstat (limited to 'dom/media/mediasource')
-rw-r--r-- | dom/media/mediasource/MediaSourceDemuxer.cpp | 1 | ||||
-rw-r--r-- | dom/media/mediasource/MediaSourceDemuxer.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dom/media/mediasource/MediaSourceDemuxer.cpp b/dom/media/mediasource/MediaSourceDemuxer.cpp index 616693720a..cace222167 100644 --- a/dom/media/mediasource/MediaSourceDemuxer.cpp +++ b/dom/media/mediasource/MediaSourceDemuxer.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim:set ts=2 sw=2 sts=2 et cindent: */ /* 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/media/mediasource/MediaSourceDemuxer.h b/dom/media/mediasource/MediaSourceDemuxer.h index 02c91e3bc4..e9db46196c 100644 --- a/dom/media/mediasource/MediaSourceDemuxer.h +++ b/dom/media/mediasource/MediaSourceDemuxer.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim:set ts=2 sw=2 sts=2 et cindent: */ /* 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/. */ |