From fe9e074752da1352e970dce5afcfdc3d30bfb7e2 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Thu, 12 May 2022 17:12:31 +0200 Subject: various: remove trailing whitespace --- TOOLS/dylib-unhell.py | 2 +- TOOLS/macos-sdk-version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS') 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) -- cgit v1.2.3