Trailing space trim

This commit is contained in:
Imbus 2024-11-12 04:57:21 +01:00
parent 74ce672841
commit 1f44b48fde

View file

@ -3,7 +3,7 @@
# It uses generator expressions, to set additional flags when the build type # It uses generator expressions, to set additional flags when the build type
# is Debug. # is Debug.
# #
# To try this out, first create a build directory for a release build, # To try this out, first create a build directory for a release build,
# and do a release build, e.g., # and do a release build, e.g.,
# % mkdir build-rel # % mkdir build-rel
# % cd build-rel # % cd build-rel
@ -21,7 +21,7 @@
# #
# where SRC_DIR is the directory containing the source and CMakeLists.txt, # where SRC_DIR is the directory containing the source and CMakeLists.txt,
# e.g., .. if your build directories are placed in this directory. # e.g., .. if your build directories are placed in this directory.
# #
# Run the examples and verify that the sanitizers find the errors. # Run the examples and verify that the sanitizers find the errors.
# #
# If you want to see the actual commands run during the build, for instance # If you want to see the actual commands run during the build, for instance