diff options
author | Moonchild <moonchild@palemoon.org> | 2023-05-04 22:06:35 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-05-04 22:06:35 +0200 |
commit | 5eab50c9f9a564046923fe572f07b20365207493 (patch) | |
tree | 9214f454ecdec04c72adf54d793f5dc5348d2d2a /media/libyuv/libyuv.gyp | |
parent | 1e50ffb192d492f532a7bad2b977efdeda86d165 (diff) | |
download | uxp-5eab50c9f9a564046923fe572f07b20365207493.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 embedding, extensions, gfx, hal, ipc, layout, mailnews,
media and memory. More to come.
Diffstat (limited to 'media/libyuv/libyuv.gyp')
-rw-r--r-- | media/libyuv/libyuv.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/media/libyuv/libyuv.gyp b/media/libyuv/libyuv.gyp index f73a1a4b74..7f4ac5e70d 100644 --- a/media/libyuv/libyuv.gyp +++ b/media/libyuv/libyuv.gyp @@ -155,8 +155,3 @@ ], # targets. } -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: |