summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
diff options
context:
space:
mode:
authorCasey Carter <Casey@Carter.net>2019-10-23 08:08:18 -0700
committerCasey Carter <Casey@Carter.net>2019-10-23 08:08:57 -0700
commit689ce810598bec7b35dd7ebe33ce5c5cce1453c7 (patch)
tree29abbd3cb52082c24bcd35de83e864126e63e1b0 /libcxx/test/support
parent8e574e56c624051f296545337dee117196c1e8d0 (diff)
downloadbcm5719-llvm-689ce810598bec7b35dd7ebe33ce5c5cce1453c7.tar.gz
bcm5719-llvm-689ce810598bec7b35dd7ebe33ce5c5cce1453c7.zip
[libc++][NFC] Remove excess trailing newlines from most files
Testing git commit access.
Diffstat (limited to 'libcxx/test/support')
-rw-r--r--libcxx/test/support/nothing_to_do.pass.cpp1
-rw-r--r--libcxx/test/support/propagate_const_helpers.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/test/support/nothing_to_do.pass.cpp b/libcxx/test/support/nothing_to_do.pass.cpp
index f54d71c86da..779762e7e99 100644
--- a/libcxx/test/support/nothing_to_do.pass.cpp
+++ b/libcxx/test/support/nothing_to_do.pass.cpp
@@ -12,4 +12,3 @@ int main(int, char**)
return 0;
}
-
diff --git a/libcxx/test/support/propagate_const_helpers.h b/libcxx/test/support/propagate_const_helpers.h
index 581565a3427..a9df1b99ed2 100644
--- a/libcxx/test/support/propagate_const_helpers.h
+++ b/libcxx/test/support/propagate_const_helpers.h
@@ -116,4 +116,3 @@ struct ExplicitCopyConstructibleFromX
constexpr ExplicitCopyConstructibleFromX(int i) : i_(i) {}
constexpr explicit ExplicitCopyConstructibleFromX(const X& x) : i_(x.i_) {}
};
-
OpenPOWER on IntegriCloud