[NFC] Strip trailing whitespace in test to test Github committing
authorLouis Dionne <ldionne@apple.com>
Tue, 22 Oct 2019 21:58:41 +0000 (14:58 -0700)
committerLouis Dionne <ldionne@apple.com>
Tue, 22 Oct 2019 22:03:01 +0000 (15:03 -0700)
libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp

index 21e05fc..95e4fd5 100644 (file)
@@ -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;
 }