[libcxx-commits] [libcxx] 1f48ea0 - [libc++] Removing traiilng whitespace at line end in CMakeLists.txt (#212135)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 26 10:15:14 PDT 2026


Author: Nico Weber
Date: 2026-07-26T13:15:10-04:00
New Revision: 1f48ea0f6334d1085bd1b13cd303f04f7af64bd8

URL: https://github.com/llvm/llvm-project/commit/1f48ea0f6334d1085bd1b13cd303f04f7af64bd8
DIFF: https://github.com/llvm/llvm-project/commit/1f48ea0f6334d1085bd1b13cd303f04f7af64bd8.diff

LOG: [libc++] Removing traiilng whitespace at line end in CMakeLists.txt (#212135)

Follow-up to #209291.

Added: 
    

Modified: 
    libcxx/include/CMakeLists.txt

Removed: 
    


################################################################################
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