Skip to content

Commit

Permalink
[NFC] Remove some trailing blanks (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplehr authored Jan 14, 2025
1 parent fcd4bb2 commit 80d3869
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
'libunwind',
'libcxx',
'libcxxabi',
'lld',
'lld',
],
vs="autodetect",
clean=True,
Expand Down Expand Up @@ -248,7 +248,7 @@
'libunwind',
'libcxx',
'libcxxabi',
'lld',
'lld',
],
vs = "autodetect",
clean = True,
Expand Down Expand Up @@ -3392,7 +3392,7 @@

all += [
# LLDB remote-linux builders.

# LLDB remote-linux on Ubuntu Linux host.
# The first stage uses pre-installed latest released Clang (see apt.llvm.org for details).
# The second stage uses pre-built cross Aarch64 Clang toolchain from the latest release branch
Expand Down Expand Up @@ -3521,7 +3521,7 @@
env = lldb_remote_linux_env.copy(),
)
},

# LLDB remote-linux on Windows host.
# The first stage builds the latest cross Aarch64 toolchain.
# The second stage uses just-built cross Aarch64 Clang toolchain
Expand Down

0 comments on commit 80d3869

Please sign in to comment.