[libcxx-commits] [libcxx] [libc++] Removing traiilng whitespace at line end in CMakeLists.txt (PR #212135)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 26 10:15:10 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Nico Weber (nico)
<details>
<summary>Changes</summary>
Follow-up to #<!-- -->209291.
---
Full diff: https://github.com/llvm/llvm-project/pull/212135.diff
1 Files Affected:
- (modified) libcxx/include/CMakeLists.txt (+1-1)
``````````diff
diff --git a/libcxx/include/CMakeLists.txt b/libcxx/include/CMakeLists.txt
index 149b7fe0d9c61..8ac94b1b00751 100644
--- a/libcxx/include/CMakeLists.txt
+++ b/libcxx/include/CMakeLists.txt
@@ -680,7 +680,7 @@ set(files
__pstl/cpu_algos/find_if.h
__pstl/cpu_algos/for_each.h
__pstl/cpu_algos/merge.h
- __pstl/cpu_algos/mismatch.h
+ __pstl/cpu_algos/mismatch.h
__pstl/cpu_algos/stable_sort.h
__pstl/cpu_algos/transform.h
__pstl/cpu_algos/transform_reduce.h
``````````
</details>
https://github.com/llvm/llvm-project/pull/212135
More information about the libcxx-commits
mailing list