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 --- .../alg.modifying.operations/alg.replace/replace.pass.cpp | 4 ++-- .../alg.modifying.operations/alg.replace/replace_copy.pass.cpp | 8 ++++---- .../alg.replace/replace_copy_if.pass.cpp | 10 +++++----- .../alg.modifying.operations/alg.replace/replace_if.pass.cpp | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) (limited to 'libcxx/test/algorithms/alg.modifying.operations/alg.replace') diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace.pass.cpp index 031e5f94af0..ed58692e1ee 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace.pass.cpp @@ -9,10 +9,10 @@ // -// template +// template // requires OutputIterator // && OutputIterator -// && HasEqualTo +// && HasEqualTo // void // replace(Iter first, Iter last, const T& old_value, const T& new_value); diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy.pass.cpp index c75bbbb7355..5d4330025a7 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy.pass.cpp @@ -9,10 +9,10 @@ // -// template -// requires OutputIterator -// && OutputIterator -// && HasEqualTo +// template +// requires OutputIterator +// && OutputIterator +// && HasEqualTo // OutIter // replace_copy(InIter first, InIter last, OutIter result, const T& old_value, // const T& new_value); diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp index 68e67978545..9a0efbda525 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp @@ -9,11 +9,11 @@ // -// template Pred, class T> -// requires OutputIterator -// && OutputIterator -// && CopyConstructible +// template Pred, class T> +// requires OutputIterator +// && OutputIterator +// && CopyConstructible // OutIter // replace_copy_if(InIter first, InIter last, OutIter result, Pred pred, const T& new_value); diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_if.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_if.pass.cpp index 47a8982545a..564c1d3c1b1 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_if.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_if.pass.cpp @@ -9,10 +9,10 @@ // -// template Pred, class T> -// requires OutputIterator -// && OutputIterator -// && CopyConstructible +// template Pred, class T> +// requires OutputIterator +// && OutputIterator +// && CopyConstructible // void // replace_if(Iter first, Iter last, Pred pred, const T& new_value); -- cgit v1.2.3