From 56e6e2b92a02b2716344b1239fd772f44e25ab0b Mon Sep 17 00:00:00 2001 From: JP Lehr Date: Tue, 14 Jan 2025 02:13:07 -0600 Subject: [PATCH] [NFC] Remvoe some trailing blanks --- buildbot/osuosl/master/config/builders.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py index 3d26593a..f0228e95 100644 --- a/buildbot/osuosl/master/config/builders.py +++ b/buildbot/osuosl/master/config/builders.py @@ -197,7 +197,7 @@ 'libunwind', 'libcxx', 'libcxxabi', - 'lld', + 'lld', ], vs="autodetect", clean=True, @@ -248,7 +248,7 @@ 'libunwind', 'libcxx', 'libcxxabi', - 'lld', + 'lld', ], vs = "autodetect", clean = True, @@ -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 @@ -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