[libcxx-commits] [libcxx] 19e95ab - [NFC] Strip trailing whitespace in test to test Github committing

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 22 15:07:58 PDT 2019


Author: Louis Dionne
Date: 2019-10-22T15:03:01-07:00
New Revision: 19e95ab4210bedf36f0f50d54c39e8f7f4d879f2

URL: https://github.com/llvm/llvm-project/commit/19e95ab4210bedf36f0f50d54c39e8f7f4d879f2
DIFF: https://github.com/llvm/llvm-project/commit/19e95ab4210bedf36f0f50d54c39e8f7f4d879f2.diff

LOG: [NFC] Strip trailing whitespace in test to test Github committing

Added: 
    

Modified: 
    libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp b/libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
index 21e05fce4860..95e4fd54e198 100644
--- a/libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
+++ b/libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
@@ -29,6 +29,6 @@
 #   error "libc++ should have aligned allocation in C++17 and up when targeting a platform that supports it"
 #endif
 
-int main(int, char**) { 
+int main(int, char**) {
   return 0;
 }


        


More information about the libcxx-commits mailing list