summaryrefslogtreecommitdiffstats
path: root/TOOLS/dylib-unhell.py
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/dylib-unhell.py
parentd27c85b0a10b9f337db22ec426d9f7c4af0f60dc (diff)
downloadmpv-fe9e074752da1352e970dce5afcfdc3d30bfb7e2.tar.bz2
mpv-fe9e074752da1352e970dce5afcfdc3d30bfb7e2.tar.xz
various: remove trailing whitespace
Diffstat (limited to 'TOOLS/dylib-unhell.py')
-rwxr-xr-xTOOLS/dylib-unhell.py2
1 files changed, 1 insertions, 1 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)