Fix whitespace in end of line

This commit is contained in:
Alex Campos
2019-05-10 12:14:15 -07:00
parent 2c2db2f50e
commit b73574a32b

View File

@@ -17529,7 +17529,7 @@ Because that's the best we can do without direct concept support.
##### Example
template <typename T>
enable_if_t<is_integral_v<T>>
enable_if_t<is_integral_v<T>>
f(T v)
{
// ...