Skip to content

Commit c2b97d3

Browse files
committed
Update spaces as requested by reviewer.
1 parent 8d68e8c commit c2b97d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libcxx/docs/Contributing.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Introduction
175175
------------
176176

177177
Unlike most parts of the LLVM project, libc++ uses a pre-commit CI [#]_. Some of
178-
this CI is hosted on `Buildkite<https://buildkite.com/llvm-project/libcxx-ci>`__,
178+
this CI is hosted on `Buildkite <https://buildkite.com/llvm-project/libcxx-ci>`__,
179179
but some has migrated to the LLVM CI infrastructure. The build results are
180180
visible in the review on GitHub. Please make sure the CI is green before
181181
committing a patch.
@@ -248,8 +248,8 @@ Infrastructure
248248
--------------
249249

250250
The files for the CI infrastructure are split between the llvm-project
251-
and the llvm-zorg repositories. All files of the CI infrastructure in
252-
the llvm-project are in the directory ``libcxx/utils/ci``. Note that
251+
and the llvm-zorg repositories. All files of the CI infrastructure in
252+
the llvm-project are in the directory ``libcxx/utils/ci``. Note that
253253
quite a bit of this infrastructure is heavily Linux focused. This is
254254
the platform used by most of libc++'s Buildkite runners and
255255
developers.
@@ -259,7 +259,7 @@ Dockerfile/Container Images
259259

260260
Contains the Docker image for the Ubuntu CI. Because the same Docker image is
261261
used for the ``main`` and ``release`` branch, it should contain no hard-coded
262-
versions. It contains the used versions of Clang, various clang-tools,
262+
versions. It contains the used versions of Clang, various clang-tools,
263263
GCC, and CMake.
264264

265265
.. note:: This image is pulled from Docker hub and not rebuild when changing
@@ -306,7 +306,7 @@ to be a modified version of one of the libcxx runner variable images from
306306
https://github.com/llvm/llvm-zorg/blob/main/premerge/premerge_resources/variables.tf,
307307
as follows: Find the libcxx runner image name you want to use from the
308308
variables.tf file. The name will be something like
309-
``ghcr.io/llvm/libcxx-linux-builder:<some-commit-SHA>``. Replace
309+
``ghcr.io/llvm/libcxx-linux-builder:<some-commit-SHA>``. Replace
310310
``libcxx-linux-builder`` with ``libcxx-linux-builder-base``. Use this new image
311311
name as the value you assign to ``ACTIONS_BASE_IMAGE``.
312312

@@ -318,7 +318,7 @@ in ``libcxx/utils/ci/Dockerfile`` and update the date to be the current date.
318318

319319
Once you have created and merged a PR with those changes, a new image
320320
will be created, and a link to it can be found at
321-
https://github.com/llvm/llvm-project/pkgs/container/libcxx-linux-builder.,
321+
https://github.com/llvm/llvm-project/pkgs/container/libcxx-linux-builder,
322322
where the actual image name should be
323323
``ghcr.io/llvm/libcxx-linux-builder:<SHA-of-committed-change-from-PR>``.
324324

0 commit comments

Comments
 (0)