From 19e95ab4210bedf36f0f50d54c39e8f7f4d879f2 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 22 Oct 2019 14:58:41 -0700 Subject: [NFC] Strip trailing whitespace in test to test Github committing --- libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3