diff options
author | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-06-20 21:00:02 +0000 |
---|---|---|
committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-06-20 21:00:02 +0000 |
commit | 5984426f91282bdca4f4bb6552bbc4d3841ad32d (patch) | |
tree | aee0e7d60a4eb10d11b161ba1e977a29d232ecd3 /libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp | |
parent | f765cad13eb49dd718224d124160aa3a03443812 (diff) | |
download | bcm5719-llvm-5984426f91282bdca4f4bb6552bbc4d3841ad32d.tar.gz bcm5719-llvm-5984426f91282bdca4f4bb6552bbc4d3841ad32d.zip |
[libcxx] [test] Strip trailing whitespace. NFC.
llvm-svn: 305848
Diffstat (limited to 'libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp')
-rw-r--r-- | libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp index d7b184f6383..b4fd2e26425 100644 --- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp @@ -16,7 +16,7 @@ // ~tuple(); // C++17 added: -// The destructor of tuple shall be a trivial destructor +// The destructor of tuple shall be a trivial destructor // if (is_trivially_destructible_v<Types> && ...) is true. #include <tuple> |