summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-10-22 14:58:41 -0700
committerLouis Dionne <ldionne@apple.com>2019-10-22 15:03:01 -0700
commit19e95ab4210bedf36f0f50d54c39e8f7f4d879f2 (patch)
tree19864dff19653f441c1c9428d7b7fa4438e0f56f
parent31d3c1d8b70507da0db004001b6a89a6f534544c (diff)
downloadbcm5719-llvm-19e95ab4210bedf36f0f50d54c39e8f7f4d879f2.tar.gz
bcm5719-llvm-19e95ab4210bedf36f0f50d54c39e8f7f4d879f2.zip
[NFC] Strip trailing whitespace in test to test Github committing
-rw-r--r--libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp b/libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
index 21e05fce486..95e4fd54e19 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;
}
OpenPOWER on IntegriCloud