Commit e2d7b2bf33

Manlio Perillo <manlio.perillo@gmail.com>
2022-12-30 15:33:42
ci: remove extra whitespace
1 parent 2419061
ci/aarch64-linux-release.sh
@@ -10,7 +10,7 @@ TARGET="$ARCH-linux-musl"
 MCPU="baseline"
 CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68"
 PREFIX="$HOME/deps/$CACHE_BASENAME"
-ZIG="$PREFIX/bin/zig" 
+ZIG="$PREFIX/bin/zig"
 
 export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$PATH"
 
ci/aarch64-macos.sh
@@ -4,7 +4,7 @@ set -x
 set -e
 
 # Script assumes the presence of the following:
-# s3cmd 
+# s3cmd
 
 ZIGDIR="$(pwd)"
 TARGET="$ARCH-macos-none"
ci/x86_64-linux-release.sh
@@ -10,7 +10,7 @@ TARGET="$ARCH-linux-musl"
 MCPU="baseline"
 CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.971+19056cb68"
 PREFIX="$HOME/deps/$CACHE_BASENAME"
-ZIG="$PREFIX/bin/zig" 
+ZIG="$PREFIX/bin/zig"
 
 export PATH="$HOME/deps/wasmtime-v2.0.2-$ARCH-linux:$HOME/deps/qemu-linux-x86_64-6.1.0.1/bin:$PATH"
 
ci/x86_64-macos.sh
@@ -4,7 +4,7 @@ set -x
 set -e
 
 # Script assumes the presence of the following:
-# s3cmd 
+# s3cmd
 
 ZIGDIR="$(pwd)"
 TARGET="$ARCH-macos-none"