[libcxx-commits] [libcxx] [libc++] Removing traiilng whitespace at line end in CMakeLists.txt (PR #212135)
Nico Weber via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 26 10:14:35 PDT 2026
https://github.com/nico created https://github.com/llvm/llvm-project/pull/212135
Follow-up to #209291.
>From 05ba1481cf8cd00cc2ad768218da991a983f3962 Mon Sep 17 00:00:00 2001
From: Nico Weber <thakis at chromium.org>
Date: Sun, 26 Jul 2026 13:09:41 -0400
Subject: [PATCH] [libc++] Removing traiilng whitespace at line end in
CMakeLists.txt
Follow-up to #209291.
---
libcxx/include/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the libcxx-commits
mailing list