[libcxx-commits] [libcxx] 8fab16c - [libc++][NFC] Remove trailing whitespace from release notes

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 22 05:49:12 PST 2024


Author: Louis Dionne
Date: 2024-01-22T08:48:58-05:00
New Revision: 8fab16c86c9860fa78022a97553761fcdccfa03e

URL: https://github.com/llvm/llvm-project/commit/8fab16c86c9860fa78022a97553761fcdccfa03e
DIFF: https://github.com/llvm/llvm-project/commit/8fab16c86c9860fa78022a97553761fcdccfa03e.diff

LOG: [libc++][NFC] Remove trailing whitespace from release notes

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes/18.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes/18.rst b/libcxx/docs/ReleaseNotes/18.rst
index b868b37790f77a..7d6331a0258083 100644
--- a/libcxx/docs/ReleaseNotes/18.rst
+++ b/libcxx/docs/ReleaseNotes/18.rst
@@ -127,7 +127,7 @@ Improvements and New Features
 
 - AddressSanitizer annotations have been added to ``std::basic_string``.
 
-- The libc++ source code has been formatted with ``clang-format``. This 
+- The libc++ source code has been formatted with ``clang-format``. This
   `discourse thread <https://discourse.llvm.org/t/rfc-clang-formatting-all-of-libc-once-and-for-all>`_
   contains information how to rebase downstream patches.
 


        


More information about the libcxx-commits mailing list