From 664ae8118ea09fd6aec69eb34dc93f5573fdcb99 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sun, 22 Aug 2010 00:08:10 +0000 Subject: Fixing whitespace problems llvm-svn: 111753 --- .../algorithms/alg.modifying.operations/alg.move/move.pass.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libcxx/test/algorithms/alg.modifying.operations/alg.move/move.pass.cpp') diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.move/move.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.move/move.pass.cpp index 38795ae94af..80c50abe498 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.move/move.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.move/move.pass.cpp @@ -9,8 +9,8 @@ // -// template -// requires OutputIterator::type> +// template +// requires OutputIterator::type> // OutIter // move(InIter first, InIter last, OutIter result); @@ -56,7 +56,7 @@ test1() assert(*ib[i] == i); } -#endif +#endif // _LIBCPP_MOVE int main() { @@ -130,5 +130,5 @@ int main() test1*, bidirectional_iterator*> >(); test1*, random_access_iterator*> >(); test1*, std::unique_ptr*>(); -#endif +#endif // _LIBCPP_MOVE } -- cgit v1.2.3