summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/c.math
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-06-01 21:35:39 +0000
committerEric Fiselier <eric@efcs.ca>2016-06-01 21:35:39 +0000
commitd04c6851681bc9b89ba98c1644cd62d7fb719ac2 (patch)
tree87ee3e3b4ed3729e24e3d715ce41ed13c9b70adb /libcxx/test/std/numerics/c.math
parentb4a4357ecb6a5a716bf1715bd14733a9641de222 (diff)
downloadbcm5719-llvm-d04c6851681bc9b89ba98c1644cd62d7fb719ac2.tar.gz
bcm5719-llvm-d04c6851681bc9b89ba98c1644cd62d7fb719ac2.zip
Remove trailing whitespace in test suite. Approved by Marshall Clow.
llvm-svn: 271435
Diffstat (limited to 'libcxx/test/std/numerics/c.math')
-rw-r--r--libcxx/test/std/numerics/c.math/cmath.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/numerics/c.math/cmath.pass.cpp b/libcxx/test/std/numerics/c.math/cmath.pass.cpp
index d1426149262..5fe1c427d46 100644
--- a/libcxx/test/std/numerics/c.math/cmath.pass.cpp
+++ b/libcxx/test/std/numerics/c.math/cmath.pass.cpp
@@ -1054,7 +1054,7 @@ void test_hypot()
static_assert((std::is_same<decltype(std::hypot((int)0, (int)0)), double>::value), "");
static_assert((std::is_same<decltype(hypot(Ambiguous(), Ambiguous())), Ambiguous>::value), "");
assert(std::hypot(3,4) == 5);
-
+
#if TEST_STD_VER > 14
static_assert((std::is_same<decltype(std::hypot((float)0, (float)0, (float)0)), float>::value), "");
static_assert((std::is_same<decltype(std::hypot((float)0, (bool)0, (float)0)), double>::value), "");
OpenPOWER on IntegriCloud