Skip to content

Commit dc5e5da

Browse files
committed
Make formatting in build-toolchain.sh consistent
1 parent a11836b commit dc5e5da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/webassembly/build-toolchain.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ HOST_TOOLCHAIN_DESTDIR=$SOURCE_PATH/host-toolchain-sdk
3939
HOST_TOOLCHAIN_SDK=$HOST_TOOLCHAIN_DESTDIR/$TOOLCHAIN_NAME
4040

4141
# Build the host toolchain and SDK first.
42-
$SOURCE_PATH/swift/utils/build-script --preset=webassembly-host \
42+
$SOURCE_PATH/swift/utils/build-script \
43+
--preset=webassembly-host \
4344
INSTALL_DESTDIR="$HOST_TOOLCHAIN_DESTDIR" \
4445
TOOLCHAIN_NAME="$TOOLCHAIN_NAME" \
4546
C_CXX_LAUNCHER="$(which sccache)"

0 commit comments

Comments
 (0)