From 2520ae66ce2da210eaeaeba44c467c97e0c3fdd0 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 31 Jan 2026 00:57:47 +0100 Subject: Chore: Remove trailing whitespaces across the codebase --- scripts/crunch_demo.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/crunch_demo.sh b/scripts/crunch_demo.sh index d9c77a4..8584209 100755 --- a/scripts/crunch_demo.sh +++ b/scripts/crunch_demo.sh @@ -13,13 +13,13 @@ OS_NAME=$(uname -s) if [ "$OS_NAME" = "Darwin" ]; then echo "macOS detected. Using 'strip' and 'gzexe' (UPX is unreliable on macOS)." - + # Copy original to output to work on it cp "$SRC_BIN" "$OUT_BIN" - + echo "Stripping symbols..." strip -u -r "$OUT_BIN" - + if command -v gzexe >/dev/null 2>&1; then echo "Compressing with gzexe..." gzexe "$OUT_BIN" -- cgit v1.2.3