[libcxx-commits] [libcxx] fd92ca0 - [libc++][NFC] Remove stray	whitespace in comment
    Louis Dionne via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Tue Apr  5 16:45:27 PDT 2022
    
    
  
Author: Louis Dionne
Date: 2022-04-05T19:45:20-04:00
New Revision: fd92ca00b48bdbac3768918239ede5da8a989e0a
URL: https://github.com/llvm/llvm-project/commit/fd92ca00b48bdbac3768918239ede5da8a989e0a
DIFF: https://github.com/llvm/llvm-project/commit/fd92ca00b48bdbac3768918239ede5da8a989e0a.diff
LOG: [libc++][NFC] Remove stray whitespace in comment
Added: 
    
Modified: 
    libcxx/test/std/containers/sequences/array/size_and_alignment.pass.cpp
Removed: 
    
################################################################################
diff  --git a/libcxx/test/std/containers/sequences/array/size_and_alignment.pass.cpp b/libcxx/test/std/containers/sequences/array/size_and_alignment.pass.cpp
index 84d42b45128a1..242215689a81a 100644
--- a/libcxx/test/std/containers/sequences/array/size_and_alignment.pass.cpp
+++ b/libcxx/test/std/containers/sequences/array/size_and_alignment.pass.cpp
@@ -8,7 +8,7 @@
 
 // <array>
 
-// template <class T, size_t N >
+// template <class T, size_t N>
 // struct array
 
 // Test the size and alignment matches that of an array of a given type.
        
    
    
More information about the libcxx-commits
mailing list