summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2022-05-12 17:12:31 +0200
committerDudemanguy <random342@airmail.cc>2022-05-14 14:51:34 +0000
commitfe9e074752da1352e970dce5afcfdc3d30bfb7e2 (patch)
tree38fb09cfea34d49a4678af53192dca2c1b3ef519 /TOOLS
parentd27c85b0a10b9f337db22ec426d9f7c4af0f60dc (diff)
downloadmpv-fe9e074752da1352e970dce5afcfdc3d30bfb7e2.tar.bz2
mpv-fe9e074752da1352e970dce5afcfdc3d30bfb7e2.tar.xz
various: remove trailing whitespace
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/dylib-unhell.py2
-rwxr-xr-xTOOLS/macos-sdk-version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/dylib-unhell.py b/TOOLS/dylib-unhell.py
index 6752e7341c..b96e28d28c 100755
--- a/TOOLS/dylib-unhell.py
+++ b/TOOLS/dylib-unhell.py
@@ -69,7 +69,7 @@ def lib_name(lib):
def process_libraries(libs_dict, binary):
libs_set = set(libs_dict)
- # Remove binary from libs_set to prevent a duplicate of the binary being
+ # Remove binary from libs_set to prevent a duplicate of the binary being
# added to the libs directory.
libs_set.remove(binary)
diff --git a/TOOLS/macos-sdk-version.py b/TOOLS/macos-sdk-version.py
index ead1a1c2be..e3a973e857 100755
--- a/TOOLS/macos-sdk-version.py
+++ b/TOOLS/macos-sdk-version.py
@@ -23,7 +23,7 @@ def find_macos_sdk():
if not sdk:
sdk = check_output([xcrun, '--sdk', 'macosx', '--show-sdk-path'],
encoding="UTF-8")
-
+
# find macOS SDK paths and version
if sdk_version == '0.0':
# show-sdk-build-version: is not available on older command line tools, but returns a build version (eg 17A360)