[libcxx-commits] [libcxx] 6563ed3 - [libc++][NFC] Remove trailing whitespace in the modulemap

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 29 11:10:40 PDT 2024


Author: Louis Dionne
Date: 2024-10-29T14:10:34-04:00
New Revision: 6563ed3162d16e7f067dda554e96d0c9d476f207

URL: https://github.com/llvm/llvm-project/commit/6563ed3162d16e7f067dda554e96d0c9d476f207
DIFF: https://github.com/llvm/llvm-project/commit/6563ed3162d16e7f067dda554e96d0c9d476f207.diff

LOG: [libc++][NFC] Remove trailing whitespace in the modulemap

Added: 
    

Modified: 
    libcxx/include/module.modulemap

Removed: 
    


################################################################################
diff  --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap
index c3561590e06d8a..c3d08000731992 100644
--- a/libcxx/include/module.modulemap
+++ b/libcxx/include/module.modulemap
@@ -1229,7 +1229,7 @@ module std [system] {
     header "flat_map"
     export *
   }
-  
+
   module format {
     module buffer                             { header "__format/buffer.h" }
     module concepts                           { header "__format/concepts.h" }


        


More information about the libcxx-commits mailing list