Fixing whitespace problems
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111767 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
// <utility>
|
||||
|
||||
// template<ValueType T, size_t N>
|
||||
// requires Swappable<T>
|
||||
// template<ValueType T, size_t N>
|
||||
// requires Swappable<T>
|
||||
// void
|
||||
// swap(T (&a)[N], T (&b)[N]);
|
||||
|
||||
@@ -54,7 +54,7 @@ test1()
|
||||
assert(*j[2] == 3);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // _LIBCPP_MOVE
|
||||
|
||||
int main()
|
||||
{
|
||||
|
Reference in New Issue
Block a user