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 /media/webrtc/trunk | |
parent | 0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (diff) | |
download | UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.gz UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.lz UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.xz UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.zip |
Issue #1656 - Part 8: Devtools and misc.
Diffstat (limited to 'media/webrtc/trunk')
-rw-r--r-- | media/webrtc/trunk/tools/gyp/test/lib/TestCmd.py | 1 | ||||
-rw-r--r-- | media/webrtc/trunk/tools/gyp/test/lib/TestCommon.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/media/webrtc/trunk/tools/gyp/test/lib/TestCmd.py b/media/webrtc/trunk/tools/gyp/test/lib/TestCmd.py index 71403614b..da27cc828 100644 --- a/media/webrtc/trunk/tools/gyp/test/lib/TestCmd.py +++ b/media/webrtc/trunk/tools/gyp/test/lib/TestCmd.py @@ -1594,4 +1594,3 @@ class TestCmd(object): # tab-width:4 # indent-tabs-mode:nil # End: -# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/media/webrtc/trunk/tools/gyp/test/lib/TestCommon.py b/media/webrtc/trunk/tools/gyp/test/lib/TestCommon.py index 2f526a6e3..a6e89ac32 100644 --- a/media/webrtc/trunk/tools/gyp/test/lib/TestCommon.py +++ b/media/webrtc/trunk/tools/gyp/test/lib/TestCommon.py @@ -579,4 +579,3 @@ class TestCommon(TestCmd): # tab-width:4 # indent-tabs-mode:nil # End: -# vim: set expandtab tabstop=4 shiftwidth=4: |