summaryrefslogtreecommitdiffstats
path: root/libcxx/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-08-22 00:42:21 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-08-22 00:42:21 +0000
commita0eaf608cd058d301b0b66461b67618182696e3f (patch)
tree1f04e6a42a342894799613b72dc67f43008ac802 /libcxx/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp
parent3bad6b61e5724e8f287855c71ebffb99b67b2bde (diff)
downloadbcm5719-llvm-a0eaf608cd058d301b0b66461b67618182696e3f.tar.gz
bcm5719-llvm-a0eaf608cd058d301b0b66461b67618182696e3f.zip
Fixing whitespace problems
llvm-svn: 111762
Diffstat (limited to 'libcxx/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp')
-rw-r--r--libcxx/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/libcxx/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp b/libcxx/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp
index 1e99467904f..866027c6b01 100644
--- a/libcxx/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp
+++ b/libcxx/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp
@@ -10,11 +10,11 @@
// <numeric>
// template<InputIterator InIter,
-// OutputIterator<auto, const InIter::value_type&> OutIter,
-// Callable<auto, const InIter::value_type&, InIter::reference> BinaryOperation>
-// requires HasAssign<InIter::value_type, BinaryOperation::result_type>
-// && Constructible<InIter::value_type, InIter::reference>
-// && CopyConstructible<BinaryOperation>
+// OutputIterator<auto, const InIter::value_type&> OutIter,
+// Callable<auto, const InIter::value_type&, InIter::reference> BinaryOperation>
+// requires HasAssign<InIter::value_type, BinaryOperation::result_type>
+// && Constructible<InIter::value_type, InIter::reference>
+// && CopyConstructible<BinaryOperation>
// OutIter
// partial_sum(InIter first, InIter last, OutIter result, BinaryOperation binary_op);
OpenPOWER on IntegriCloud