Skip to content

Commit 4385eb8

Browse files
committed
Trim some extraneous whitespace
1 parent 44c1959 commit 4385eb8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

cpython-unix/build-xextproto.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ tar -xf xextproto-${XEXTPROTO_VERSION}.tar.gz
1616
pushd xextproto-${XEXTPROTO_VERSION}
1717

1818
EXTRA_CONFIGURE_FLAGS=
19-
20-
2119
if [ -n "${CROSS_COMPILING}" ]; then
2220
if echo "${TARGET_TRIPLE}" | grep -q -- "-unknown-linux-musl"; then
2321
# xextproto does not support configuration of musl targets so we pretend the target matches the

cpython-unix/build-xproto.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ tar -xf xproto-${XPROTO_VERSION}.tar.gz
1616
pushd xproto-${XPROTO_VERSION}
1717

1818
EXTRA_CONFIGURE_FLAGS=
19-
20-
2119
if [ -n "${CROSS_COMPILING}" ]; then
2220
if echo "${TARGET_TRIPLE}" | grep -q -- "-unknown-linux-musl"; then
2321
# xproto does not support configuration of musl targets so we pretend the target matches the

0 commit comments

Comments
 (0)