Remove trailing whitespace in test suite. Approved by Marshall Clow.

llvm-svn: 271435
This commit is contained in:
Eric Fiselier
2016-06-01 21:35:39 +00:00
parent b4a4357ecb
commit d04c685168
369 changed files with 1028 additions and 1028 deletions

View File

@@ -12,7 +12,7 @@
// class thread
// template <class _Fp, class ..._Args,
// explicit thread(_Fp&& __f, _Args&&... __args);
// This constructor shall not participate in overload resolution
// This constructor shall not participate in overload resolution
// if decay<F>::type is the same type as std::thread.