summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@exchange.microsoft.com>2017-05-04 01:43:58 +0000
committerStephan T. Lavavej <stl@exchange.microsoft.com>2017-05-04 01:43:58 +0000
commit6081edc9d08555364786407e7c0be116b1332080 (patch)
tree4b22e1374de9923dc8cdfcea7e31bd8a2ca1469d /libcxx/test/std/utilities/memory
parenta7e1ac58c4413e2fdb70116e8b7cf38f3c183047 (diff)
downloadbcm5719-llvm-6081edc9d08555364786407e7c0be116b1332080.tar.gz
bcm5719-llvm-6081edc9d08555364786407e7c0be116b1332080.zip
[libcxx] [test] Strip trailing whitespace. NFC.
llvm-svn: 302105
Diffstat (limited to 'libcxx/test/std/utilities/memory')
-rw-r--r--libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/owner_less.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/owner_less.pass.cpp b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/owner_less.pass.cpp
index 7ab60da77c7..501844a1d6c 100644
--- a/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/owner_less.pass.cpp
+++ b/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/owner_less.pass.cpp
@@ -69,7 +69,7 @@ int main()
static_assert((std::is_same<std::shared_ptr<int>, CS::first_argument_type>::value), "" );
static_assert((std::is_same<std::shared_ptr<int>, CS::second_argument_type>::value), "" );
static_assert((std::is_same<bool, CS::result_type>::value), "" );
-
+
assert(!cs(p1, p2));
assert(!cs(p2, p1));
assert(cs(p1 ,p3) || cs(p3, p1));
OpenPOWER on IntegriCloud