Skip to content

Commit 80d3869

Browse files
authored
[NFC] Remove some trailing blanks (#355)
1 parent fcd4bb2 commit 80d3869

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
'libunwind',
198198
'libcxx',
199199
'libcxxabi',
200-
'lld',
200+
'lld',
201201
],
202202
vs="autodetect",
203203
clean=True,
@@ -248,7 +248,7 @@
248248
'libunwind',
249249
'libcxx',
250250
'libcxxabi',
251-
'lld',
251+
'lld',
252252
],
253253
vs = "autodetect",
254254
clean = True,
@@ -3392,7 +3392,7 @@
33923392

33933393
all += [
33943394
# LLDB remote-linux builders.
3395-
3395+
33963396
# LLDB remote-linux on Ubuntu Linux host.
33973397
# The first stage uses pre-installed latest released Clang (see apt.llvm.org for details).
33983398
# The second stage uses pre-built cross Aarch64 Clang toolchain from the latest release branch
@@ -3521,7 +3521,7 @@
35213521
env = lldb_remote_linux_env.copy(),
35223522
)
35233523
},
3524-
3524+
35253525
# LLDB remote-linux on Windows host.
35263526
# The first stage builds the latest cross Aarch64 toolchain.
35273527
# The second stage uses just-built cross Aarch64 Clang toolchain

0 commit comments

Comments
 (0)