Skip to content

Commit fc8f013

Browse files
committed
Remove trailing spaces
1 parent 483bb81 commit fc8f013

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
task:
22
name: nightly x86_64-unknown-freebsd-10
33
freebsd_instance:
4-
image: freebsd-10-4-release-amd64
4+
image: freebsd-10-4-release-amd64
55
setup_script:
66
- pkg install -y curl
77
- curl https://sh.rustup.rs -sSf --output rustup.sh
@@ -11,7 +11,7 @@ task:
1111
test_script:
1212
- . $HOME/.cargo/env
1313
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
14-
14+
1515
task:
1616
name: stable x86_64-unknown-freebsd-11
1717
freebsd_instance:
@@ -26,7 +26,7 @@ task:
2626
- . $HOME/.cargo/env
2727
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
2828
- sh ci/run.sh x86_64-unknown-freebsd
29-
29+
3030
task:
3131
name: nightly x86_64-unknown-freebsd-12
3232
freebsd_instance:

ci/azure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
arm-unknown-linux-musleabihf:
4848
TARGET: arm-unknown-linux-musleabihf
4949
# Disabled because currently broken, see:
50-
# https://github.com/rust-lang/libc/issues/1591
50+
# https://github.com/rust-lang/libc/issues/1591
5151
# asmjs-unknown-emscripten:
5252
# TARGET: asmjs-unknown-emscripten
5353
i686-linux-android:
@@ -77,7 +77,7 @@ jobs:
7777
sparc64-unknown-linux-gnu:
7878
TARGET: sparc64-unknown-linux-gnu
7979
# Disabled because currently broken, see:
80-
# https://github.com/rust-lang/libc/issues/1591
80+
# https://github.com/rust-lang/libc/issues/1591
8181
# wasm32-unknown-emscripten:
8282
# TARGET: wasm32-unknown-emscripten
8383
x86_64-linux-android:
@@ -114,7 +114,7 @@ jobs:
114114
ARCH: x86_64
115115
x86_64-pc-windows-msvc:
116116
TARGET: x86_64-pc-windows-msvc
117-
# Disabled because broken:
117+
# Disabled because broken:
118118
# https://github.com/rust-lang/libc/issues/1592
119119
#i686-pc-windows-gnu:
120120
# TARGET: i686-pc-windows-gnu

0 commit comments

Comments
 (0)