[cfe-commits] [libcxx] r111762 - in /libcxx/trunk/test/numerics: complex.number/ complex.number/ccmplx/ complex.number/cmplx.over/ complex.number/complex.member.ops/ complex.number/complex.ops/ complex.number/complex.special/ complex.number/complex.transcendentals/ complex.number/complex.value.ops/ complex.number/complex/ numarray/template.valarray/valarray.assign/ numarray/template.valarray/valarray.cons/ numeric.ops/ numeric.ops/accumulate/ numeric.ops/adjacent.difference/ numeric.ops/inner.product/ numeric.ops/part...

Howard Hinnant hhinnant at apple.com
Sat Aug 21 17:42:22 PDT 2010


Author: hhinnant
Date: Sat Aug 21 19:42:21 2010
New Revision: 111762

URL: http://llvm.org/viewvc/llvm-project?rev=111762&view=rev
Log:
Fixing whitespace problems

Modified:
    libcxx/trunk/test/numerics/complex.number/cases.h
    libcxx/trunk/test/numerics/complex.number/ccmplx/ccomplex.pass.cpp
    libcxx/trunk/test/numerics/complex.number/cmplx.over/arg.pass.cpp
    libcxx/trunk/test/numerics/complex.number/cmplx.over/conj.pass.cpp
    libcxx/trunk/test/numerics/complex.number/cmplx.over/imag.pass.cpp
    libcxx/trunk/test/numerics/complex.number/cmplx.over/norm.pass.cpp
    libcxx/trunk/test/numerics/complex.number/cmplx.over/pow.pass.cpp
    libcxx/trunk/test/numerics/complex.number/cmplx.over/proj.pass.cpp
    libcxx/trunk/test/numerics/complex.number/cmplx.over/real.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.ops/stream_input.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.ops/stream_output.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.special/double_float_explicit.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.special/double_float_implicit.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp
    libcxx/trunk/test/numerics/complex.number/complex.special/float_double_explicit.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.special/float_double_implicit.fail.cpp
    libcxx/trunk/test/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp
    libcxx/trunk/test/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.value.ops/abs.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex.value.ops/arg.pass.cpp
    libcxx/trunk/test/numerics/complex.number/complex/types.pass.cpp
    libcxx/trunk/test/numerics/numarray/template.valarray/valarray.assign/initializer_list_assign.pass.cpp
    libcxx/trunk/test/numerics/numarray/template.valarray/valarray.assign/move_assign.pass.cpp
    libcxx/trunk/test/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp
    libcxx/trunk/test/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp
    libcxx/trunk/test/numerics/numeric.ops/accumulate/accumulate.pass.cpp
    libcxx/trunk/test/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp
    libcxx/trunk/test/numerics/numeric.ops/adjacent.difference/adjacent_difference.pass.cpp
    libcxx/trunk/test/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp
    libcxx/trunk/test/numerics/numeric.ops/inner.product/inner_product.pass.cpp
    libcxx/trunk/test/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp
    libcxx/trunk/test/numerics/numeric.ops/iterators.h
    libcxx/trunk/test/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp
    libcxx/trunk/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc/values.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits/values.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf/values.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.device/entropy.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eval_param.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval_param.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_init.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_init.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_init_func.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_init_func.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_init_func.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_init_func.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.lcong/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.mers/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.predef/default_random_engine.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.util/rand.util.seedseq/generate.pass.cpp
    libcxx/trunk/test/numerics/rand/rand.util/rand.util.seedseq/initializer_list.pass.cpp

Modified: libcxx/trunk/test/numerics/complex.number/cases.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/cases.h?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/cases.h (original)
+++ libcxx/trunk/test/numerics/complex.number/cases.h Sat Aug 21 19:42:21 2010
@@ -227,4 +227,4 @@
     assert(std::abs((x-y)/(x+y)) < 1.e-14);
 }
 
-#endif
+#endif  // CASES_H

Modified: libcxx/trunk/test/numerics/complex.number/ccmplx/ccomplex.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/ccmplx/ccomplex.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/ccmplx/ccomplex.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/ccmplx/ccomplex.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,7 +9,6 @@
 
 // <ccomplex>
 
-
 #include <ccomplex>
 
 #ifndef _LIBCPP_VERSION

Modified: libcxx/trunk/test/numerics/complex.number/cmplx.over/arg.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/cmplx.over/arg.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/cmplx.over/arg.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/cmplx.over/arg.pass.cpp Sat Aug 21 19:42:21 2010
@@ -44,7 +44,6 @@
     test<T>(10);
 }
 
-
 int main()
 {
     test<float>();

Modified: libcxx/trunk/test/numerics/complex.number/cmplx.over/conj.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/cmplx.over/conj.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/cmplx.over/conj.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/cmplx.over/conj.pass.cpp Sat Aug 21 19:42:21 2010
@@ -55,7 +55,6 @@
     test<T>(10);
 }
 
-
 int main()
 {
     test<float>();

Modified: libcxx/trunk/test/numerics/complex.number/cmplx.over/imag.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/cmplx.over/imag.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/cmplx.over/imag.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/cmplx.over/imag.pass.cpp Sat Aug 21 19:42:21 2010
@@ -44,7 +44,6 @@
     test<T>(10);
 }
 
-
 int main()
 {
     test<float>();

Modified: libcxx/trunk/test/numerics/complex.number/cmplx.over/norm.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/cmplx.over/norm.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/cmplx.over/norm.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/cmplx.over/norm.pass.cpp Sat Aug 21 19:42:21 2010
@@ -44,7 +44,6 @@
     test<T>(10);
 }
 
-
 int main()
 {
     test<float>();

Modified: libcxx/trunk/test/numerics/complex.number/cmplx.over/pow.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/cmplx.over/pow.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/cmplx.over/pow.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/cmplx.over/pow.pass.cpp Sat Aug 21 19:42:21 2010
@@ -79,7 +79,6 @@
     test(std::complex<T>(3, 4), std::complex<U>(5, 6));
 }
 
-
 int main()
 {
     test<int, float>();

Modified: libcxx/trunk/test/numerics/complex.number/cmplx.over/proj.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/cmplx.over/proj.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/cmplx.over/proj.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/cmplx.over/proj.pass.cpp Sat Aug 21 19:42:21 2010
@@ -55,7 +55,6 @@
     test<T>(10);
 }
 
-
 int main()
 {
     test<float>();

Modified: libcxx/trunk/test/numerics/complex.number/cmplx.over/real.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/cmplx.over/real.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/cmplx.over/real.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/cmplx.over/real.pass.cpp Sat Aug 21 19:42:21 2010
@@ -44,7 +44,6 @@
     test<T>(10);
 }
 
-
 int main()
 {
     test<float>();

Modified: libcxx/trunk/test/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,7 +9,7 @@
 
 // <complex>
 
-// complex& operator=(const complex&); 
+// complex& operator=(const complex&);
 // template<class X> complex& operator= (const complex<X>&);
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,7 +9,7 @@
 
 // <complex>
 
-// template<class T> 
+// template<class T>
 //   complex<T>
 //   operator/(const complex<T>& lhs, const complex<T>& rhs);
 

Modified: libcxx/trunk/test/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,7 +9,7 @@
 
 // <complex>
 
-// template<class T> 
+// template<class T>
 //   bool
 //   operator==(const complex<T>& lhs, const complex<T>& rhs);
 

Modified: libcxx/trunk/test/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,7 +9,7 @@
 
 // <complex>
 
-// template<class T> 
+// template<class T>
 //   complex<T>
 //   operator-(const complex<T>& lhs, const complex<T>& rhs);
 

Modified: libcxx/trunk/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,7 +9,7 @@
 
 // <complex>
 
-// template<class T> 
+// template<class T>
 //   bool
 //   operator!=(const complex<T>& lhs, const complex<T>& rhs);
 

Modified: libcxx/trunk/test/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,7 +9,7 @@
 
 // <complex>
 
-// template<class T> 
+// template<class T>
 //   complex<T>
 //   operator+(const complex<T>& lhs, const complex<T>& rhs);
 

Modified: libcxx/trunk/test/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,7 +9,7 @@
 
 // <complex>
 
-// template<class T> 
+// template<class T>
 //   complex<T>
 //   operator*(const complex<T>& lhs, const complex<T>& rhs);
 

Modified: libcxx/trunk/test/numerics/complex.number/complex.ops/stream_input.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.ops/stream_input.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.ops/stream_input.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.ops/stream_input.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,8 +9,8 @@
 
 // <complex>
 
-// template<class T, class charT, class traits> 
-//   basic_istream<charT, traits>& 
+// template<class T, class charT, class traits>
+//   basic_istream<charT, traits>&
 //   operator>>(basic_istream<charT, traits>& is, complex<T>& x);
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.ops/stream_output.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.ops/stream_output.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.ops/stream_output.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.ops/stream_output.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,8 +9,8 @@
 
 // <complex>
 
-// template<class T, class charT, class traits> 
-//   basic_ostream<charT, traits>& 
+// template<class T, class charT, class traits>
+//   basic_ostream<charT, traits>&
 //   operator<<(basic_ostream<charT, traits>& o, const complex<T>& x);
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.special/double_float_explicit.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.special/double_float_explicit.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.special/double_float_explicit.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.special/double_float_explicit.pass.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <complex>
 
 // template<> class complex<double>
-// { 
-// public: 
-//     constexpr complex(const complex<float>&); 
+// {
+// public:
+//     constexpr complex(const complex<float>&);
 // };
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.special/double_float_implicit.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.special/double_float_implicit.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.special/double_float_implicit.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.special/double_float_implicit.pass.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <complex>
 
 // template<> class complex<double>
-// { 
-// public: 
-//     constexpr complex(const complex<float>&); 
+// {
+// public:
+//     constexpr complex(const complex<float>&);
 // };
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <complex>
 
 // template<> class complex<double>
-// { 
-// public: 
-//     explicit constexpr complex(const complex<long double>&); 
+// {
+// public:
+//     explicit constexpr complex(const complex<long double>&);
 // };
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <complex>
 
 // template<> class complex<double>
-// { 
-// public: 
-//     explicit constexpr complex(const complex<long double>&); 
+// {
+// public:
+//     explicit constexpr complex(const complex<long double>&);
 // };
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.special/float_double_explicit.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.special/float_double_explicit.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.special/float_double_explicit.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.special/float_double_explicit.pass.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <complex>
 
 // template<> class complex<float>
-// { 
-// public: 
-//     explicit constexpr complex(const complex<double>&); 
+// {
+// public:
+//     explicit constexpr complex(const complex<double>&);
 // };
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.special/float_double_implicit.fail.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.special/float_double_implicit.fail.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.special/float_double_implicit.fail.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.special/float_double_implicit.fail.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <complex>
 
 // template<> class complex<float>
-// { 
-// public: 
-//     explicit constexpr complex(const complex<double>&); 
+// {
+// public:
+//     explicit constexpr complex(const complex<double>&);
 // };
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <complex>
 
 // template<> class complex<float>
-// { 
-// public: 
-//     explicit constexpr complex(const complex<long double>&); 
+// {
+// public:
+//     explicit constexpr complex(const complex<long double>&);
 // };
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <complex>
 
 // template<> class complex<float>
-// { 
-// public: 
-//     explicit constexpr complex(const complex<long double>&); 
+// {
+// public:
+//     explicit constexpr complex(const complex<long double>&);
 // };
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <complex>
 
 // template<> class complex<long double>
-// { 
-// public: 
-//     constexpr complex(const complex<double>&); 
+// {
+// public:
+//     constexpr complex(const complex<double>&);
 // };
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <complex>
 
 // template<> class complex<long double>
-// { 
-// public: 
-//     constexpr complex(const complex<double>&); 
+// {
+// public:
+//     constexpr complex(const complex<double>&);
 // };
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <complex>
 
 // template<> class complex<long double>
-// { 
-// public: 
-//     constexpr complex(const complex<float>&); 
+// {
+// public:
+//     constexpr complex(const complex<float>&);
 // };
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <complex>
 
 // template<> class complex<long double>
-// { 
-// public: 
-//     constexpr complex(const complex<float>&); 
+// {
+// public:
+//     constexpr complex(const complex<float>&);
 // };
 
 #include <complex>

Modified: libcxx/trunk/test/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,7 +9,7 @@
 
 // <complex>
 
-// template<class T> 
+// template<class T>
 //   complex<T>
 //   pow(const complex<T>& x, const complex<T>& y);
 

Modified: libcxx/trunk/test/numerics/complex.number/complex.value.ops/abs.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.value.ops/abs.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.value.ops/abs.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.value.ops/abs.pass.cpp Sat Aug 21 19:42:21 2010
@@ -54,7 +54,6 @@
     }
 }
 
-
 int main()
 {
     test<float>();

Modified: libcxx/trunk/test/numerics/complex.number/complex.value.ops/arg.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.value.ops/arg.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.value.ops/arg.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.value.ops/arg.pass.cpp Sat Aug 21 19:42:21 2010
@@ -126,7 +126,6 @@
     }
 }
 
-
 int main()
 {
     test<float>();

Modified: libcxx/trunk/test/numerics/complex.number/complex/types.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex/types.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex/types.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex/types.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,11 +9,11 @@
 
 // <complex>
 
-// template<class T> 
+// template<class T>
 // class complex
-// { 
-// public: 
-//   typedef T value_type; 
+// {
+// public:
+//   typedef T value_type;
 //   ...
 // };
 

Modified: libcxx/trunk/test/numerics/numarray/template.valarray/valarray.assign/initializer_list_assign.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numarray/template.valarray/valarray.assign/initializer_list_assign.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numarray/template.valarray/valarray.assign/initializer_list_assign.pass.cpp (original)
+++ libcxx/trunk/test/numerics/numarray/template.valarray/valarray.assign/initializer_list_assign.pass.cpp Sat Aug 21 19:42:21 2010
@@ -53,5 +53,5 @@
                 assert(v2[i][j] == a[i][j]);
         }
     }
-#endif
+#endif  // _LIBCPP_MOVE
 }

Modified: libcxx/trunk/test/numerics/numarray/template.valarray/valarray.assign/move_assign.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numarray/template.valarray/valarray.assign/move_assign.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numarray/template.valarray/valarray.assign/move_assign.pass.cpp (original)
+++ libcxx/trunk/test/numerics/numarray/template.valarray/valarray.assign/move_assign.pass.cpp Sat Aug 21 19:42:21 2010
@@ -59,5 +59,5 @@
                 assert(v2[i][j] == a[i][j]);
         }
     }
-#endif
+#endif  // _LIBCPP_MOVE
 }

Modified: libcxx/trunk/test/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp (original)
+++ libcxx/trunk/test/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp Sat Aug 21 19:42:21 2010
@@ -37,5 +37,5 @@
         for (int i = 0; i < N; ++i)
             assert(v[i] == a[i]);
     }
-#endif
+#endif  // _LIBCPP_MOVE
 }

Modified: libcxx/trunk/test/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp (original)
+++ libcxx/trunk/test/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp Sat Aug 21 19:42:21 2010
@@ -57,5 +57,5 @@
                 assert(v2[i][j] == a[i][j]);
         }
     }
-#endif
+#endif  // _LIBCPP_MOVE
 }

Modified: libcxx/trunk/test/numerics/numeric.ops/accumulate/accumulate.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numeric.ops/accumulate/accumulate.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numeric.ops/accumulate/accumulate.pass.cpp (original)
+++ libcxx/trunk/test/numerics/numeric.ops/accumulate/accumulate.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,9 +9,9 @@
 
 // <numeric>
 
-// template <InputIterator Iter, MoveConstructible T> 
-//   requires HasPlus<T, Iter::reference> 
-//         && HasAssign<T, HasPlus<T, Iter::reference>::result_type> 
+// template <InputIterator Iter, MoveConstructible T>
+//   requires HasPlus<T, Iter::reference>
+//         && HasAssign<T, HasPlus<T, Iter::reference>::result_type>
 //   T
 //   accumulate(Iter first, Iter last, T init);
 

Modified: libcxx/trunk/test/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp (original)
+++ libcxx/trunk/test/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp Sat Aug 21 19:42:21 2010
@@ -10,9 +10,9 @@
 // <numeric>
 
 // template <InputIterator Iter, MoveConstructible T,
-//           Callable<auto, const T&, Iter::reference> BinaryOperation> 
-//   requires HasAssign<T, BinaryOperation::result_type> 
-//         && CopyConstructible<BinaryOperation> 
+//           Callable<auto, const T&, Iter::reference> BinaryOperation>
+//   requires HasAssign<T, BinaryOperation::result_type>
+//         && CopyConstructible<BinaryOperation>
 //   T
 //   accumulate(Iter first, Iter last, T init, BinaryOperation binary_op);
 

Modified: libcxx/trunk/test/numerics/numeric.ops/adjacent.difference/adjacent_difference.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numeric.ops/adjacent.difference/adjacent_difference.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numeric.ops/adjacent.difference/adjacent_difference.pass.cpp (original)
+++ libcxx/trunk/test/numerics/numeric.ops/adjacent.difference/adjacent_difference.pass.cpp Sat Aug 21 19:42:21 2010
@@ -10,12 +10,12 @@
 // <numeric>
 
 // template <InputIterator InIter,
-//           OutputIterator<auto, const InIter::value_type&> OutIter> 
-//   requires HasMinus<InIter::value_type, InIter::value_type> 
-//         && Constructible<InIter::value_type, InIter::reference> 
+//           OutputIterator<auto, const InIter::value_type&> OutIter>
+//   requires HasMinus<InIter::value_type, InIter::value_type>
+//         && Constructible<InIter::value_type, InIter::reference>
 //         && OutputIterator<OutIter,
-//                           HasMinus<InIter::value_type, InIter::value_type>::result_type> 
-//         && MoveAssignable<InIter::value_type> 
+//                           HasMinus<InIter::value_type, InIter::value_type>::result_type>
+//         && MoveAssignable<InIter::value_type>
 //   OutIter
 //   adjacent_difference(InIter first, InIter last, OutIter result);
 

Modified: libcxx/trunk/test/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp (original)
+++ libcxx/trunk/test/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp Sat Aug 21 19:42:21 2010
@@ -10,12 +10,12 @@
 // <numeric>
 
 // template <InputIterator InIter,
-//           OutputIterator<auto, const InIter::value_type&> OutIter, 
-//           Callable<auto, const InIter::value_type&, const InIter::value_type&> BinaryOperation> 
-//   requires Constructible<InIter::value_type, InIter::reference> 
-//         && OutputIterator<OutIter, BinaryOperation::result_type> 
-//         && MoveAssignable<InIter::value_type> 
-//         && CopyConstructible<BinaryOperation> 
+//           OutputIterator<auto, const InIter::value_type&> OutIter,
+//           Callable<auto, const InIter::value_type&, const InIter::value_type&> BinaryOperation>
+//   requires Constructible<InIter::value_type, InIter::reference>
+//         && OutputIterator<OutIter, BinaryOperation::result_type>
+//         && MoveAssignable<InIter::value_type>
+//         && CopyConstructible<BinaryOperation>
 //   OutIter
 //   adjacent_difference(InIter first, InIter last, OutIter result, BinaryOperation binary_op);
 

Modified: libcxx/trunk/test/numerics/numeric.ops/inner.product/inner_product.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numeric.ops/inner.product/inner_product.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numeric.ops/inner.product/inner_product.pass.cpp (original)
+++ libcxx/trunk/test/numerics/numeric.ops/inner.product/inner_product.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,9 +9,9 @@
 
 // <numeric>
 
-// template <InputIterator Iter1, InputIterator Iter2, MoveConstructible T> 
-//   requires HasMultiply<Iter1::reference, Iter2::reference> 
-//         && HasPlus<T, HasMultiply<Iter1::reference, Iter2::reference>::result_type> 
+// template <InputIterator Iter1, InputIterator Iter2, MoveConstructible T>
+//   requires HasMultiply<Iter1::reference, Iter2::reference>
+//         && HasPlus<T, HasMultiply<Iter1::reference, Iter2::reference>::result_type>
 //         && HasAssign<T,
 //                      HasPlus<T,
 //                              HasMultiply<Iter1::reference,

Modified: libcxx/trunk/test/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp (original)
+++ libcxx/trunk/test/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,13 +9,13 @@
 
 // <numeric>
 
-// template <InputIterator Iter1, InputIterator Iter2, MoveConstructible T, 
+// template <InputIterator Iter1, InputIterator Iter2, MoveConstructible T,
 //           class BinaryOperation1,
-//           Callable<auto, Iter1::reference, Iter2::reference> BinaryOperation2> 
-//   requires Callable<BinaryOperation1, const T&, BinaryOperation2::result_type> 
-//         && HasAssign<T, BinaryOperation1::result_type> 
-//         && CopyConstructible<BinaryOperation1> 
-//         && CopyConstructible<BinaryOperation2> 
+//           Callable<auto, Iter1::reference, Iter2::reference> BinaryOperation2>
+//   requires Callable<BinaryOperation1, const T&, BinaryOperation2::result_type>
+//         && HasAssign<T, BinaryOperation1::result_type>
+//         && CopyConstructible<BinaryOperation1>
+//         && CopyConstructible<BinaryOperation2>
 //   T
 //   inner_product(Iter1 first1, Iter1 last1, Iter2 first2,
 //                 T init, BinaryOperation1 binary_op1, BinaryOperation2 binary_op2);

Modified: libcxx/trunk/test/numerics/numeric.ops/iterators.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numeric.ops/iterators.h?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numeric.ops/iterators.h (original)
+++ libcxx/trunk/test/numerics/numeric.ops/iterators.h Sat Aug 21 19:42:21 2010
@@ -311,4 +311,4 @@
     return i;
 }
 
-#endif
+#endif  // ITERATORS_H

Modified: libcxx/trunk/test/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp (original)
+++ libcxx/trunk/test/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp Sat Aug 21 19:42:21 2010
@@ -9,11 +9,11 @@
 
 // <numeric>
 
-// template <InputIterator InIter, OutputIterator<auto, const InIter::value_type&> OutIter> 
-//   requires HasPlus<InIter::value_type, InIter::reference> 
+// template <InputIterator InIter, OutputIterator<auto, const InIter::value_type&> OutIter>
+//   requires HasPlus<InIter::value_type, InIter::reference>
 //         && HasAssign<InIter::value_type,
-//                      HasPlus<InIter::value_type, InIter::reference>::result_type> 
-//         && Constructible<InIter::value_type, InIter::reference> 
+//                      HasPlus<InIter::value_type, InIter::reference>::result_type>
+//         && Constructible<InIter::value_type, InIter::reference>
 //   OutIter
 //   partial_sum(InIter first, InIter last, OutIter result);
 

Modified: libcxx/trunk/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp (original)
+++ libcxx/trunk/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp Sat Aug 21 19:42:21 2010
@@ -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);
 

Modified: libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -17,7 +17,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const discard_block_engine<Engine, p, r>& x);
-// 
+//
 // template <class charT, class traits,
 //           class Engine, size_t p, size_t r>
 // basic_istream<charT, traits>&

Modified: libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc/values.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc/values.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc/values.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.disc/values.pass.cpp Sat Aug 21 19:42:21 2010
@@ -15,7 +15,7 @@
 // public:
 //     // types
 //     typedef typename Engine::result_type result_type;
-// 
+//
 //     // engine characteristics
 //     static constexpr size_t block_size = p;
 //     static constexpr size_t used_block = r;

Modified: libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -17,7 +17,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const independent_bits_engine<Engine, w, UIntType>& x);
-// 
+//
 // template <class charT, class traits,
 //           class Engine, size_t w, class UIntType>
 // basic_istream<charT, traits>&

Modified: libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits/values.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits/values.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits/values.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.ibits/values.pass.cpp Sat Aug 21 19:42:21 2010
@@ -15,7 +15,7 @@
 // public:
 //     // types
 //     typedef UIntType result_type;
-// 
+//
 //     // engine characteristics
 //     static constexpr result_type min() { return 0; }
 //     static constexpr result_type max() { return 2^w - 1; }

Modified: libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -17,7 +17,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const shuffle_order_engine<Engine, k>& x);
-// 
+//
 // template <class charT, class traits,
 //           class Engine, size_t k>
 // basic_istream<charT, traits>&

Modified: libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf/values.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf/values.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf/values.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.adapt/rand.adapt.shuf/values.pass.cpp Sat Aug 21 19:42:21 2010
@@ -15,7 +15,7 @@
 // public:
 //     // types
 //     typedef typename Engine::result_type result_type;
-// 
+//
 //     // engine characteristics
 //     static constexpr size_t table_size = k;
 //     static constexpr result_type min() { return Engine::min; }

Modified: libcxx/trunk/test/numerics/rand/rand.device/entropy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.device/entropy.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.device/entropy.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.device/entropy.pass.cpp Sat Aug 21 19:42:21 2010
@@ -16,7 +16,6 @@
 #include <random>
 #include <cassert>
 
-
 int main()
 {
     std::random_device r;

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -15,7 +15,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const bernoulli_distribution& x);
-// 
+//
 // template <class charT, class traits>
 // basic_istream<charT, traits>&
 // operator>>(basic_istream<charT, traits>& is,

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -16,7 +16,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const binomial_distribution& x);
-// 
+//
 // template <class charT, class traits>
 // basic_istream<charT, traits>&
 // operator>>(basic_istream<charT, traits>& is,

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -16,7 +16,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const geometric_distribution& x);
-// 
+//
 // template <class charT, class traits>
 // basic_istream<charT, traits>&
 // operator>>(basic_istream<charT, traits>& is,

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -16,7 +16,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const negative_binomial_distribution& x);
-// 
+//
 // template <class charT, class traits>
 // basic_istream<charT, traits>&
 // operator>>(basic_istream<charT, traits>& is,

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eval_param.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eval_param.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eval_param.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eval_param.pass.cpp Sat Aug 21 19:42:21 2010
@@ -25,7 +25,6 @@
     return 1/3.1415926535897932 * std::atan((x - a)/b) + .5;
 }
 
-
 int main()
 {
     {

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval.pass.cpp Sat Aug 21 19:42:21 2010
@@ -62,7 +62,7 @@
         kurtosis -= 3;
         double x_mean = std::exp(d.m() + sqr(d.s())/2);
         double x_var = (std::exp(sqr(d.s())) - 1) * std::exp(2*d.m() + sqr(d.s()));
-        double x_skew = (std::exp(sqr(d.s())) + 2) * 
+        double x_skew = (std::exp(sqr(d.s())) + 2) *
               std::sqrt((std::exp(sqr(d.s())) - 1));
         double x_kurtosis = std::exp(4*sqr(d.s())) + 2*std::exp(3*sqr(d.s())) +
                           3*std::exp(2*sqr(d.s())) - 6;
@@ -104,7 +104,7 @@
         kurtosis -= 3;
         double x_mean = std::exp(d.m() + sqr(d.s())/2);
         double x_var = (std::exp(sqr(d.s())) - 1) * std::exp(2*d.m() + sqr(d.s()));
-        double x_skew = (std::exp(sqr(d.s())) + 2) * 
+        double x_skew = (std::exp(sqr(d.s())) + 2) *
               std::sqrt((std::exp(sqr(d.s())) - 1));
         double x_kurtosis = std::exp(4*sqr(d.s())) + 2*std::exp(3*sqr(d.s())) +
                           3*std::exp(2*sqr(d.s())) - 6;
@@ -146,7 +146,7 @@
         kurtosis -= 3;
         double x_mean = std::exp(d.m() + sqr(d.s())/2);
         double x_var = (std::exp(sqr(d.s())) - 1) * std::exp(2*d.m() + sqr(d.s()));
-        double x_skew = (std::exp(sqr(d.s())) + 2) * 
+        double x_skew = (std::exp(sqr(d.s())) + 2) *
               std::sqrt((std::exp(sqr(d.s())) - 1));
         double x_kurtosis = std::exp(4*sqr(d.s())) + 2*std::exp(3*sqr(d.s())) +
                           3*std::exp(2*sqr(d.s())) - 6;
@@ -188,7 +188,7 @@
         kurtosis -= 3;
         double x_mean = std::exp(d.m() + sqr(d.s())/2);
         double x_var = (std::exp(sqr(d.s())) - 1) * std::exp(2*d.m() + sqr(d.s()));
-        double x_skew = (std::exp(sqr(d.s())) + 2) * 
+        double x_skew = (std::exp(sqr(d.s())) + 2) *
               std::sqrt((std::exp(sqr(d.s())) - 1));
         double x_kurtosis = std::exp(4*sqr(d.s())) + 2*std::exp(3*sqr(d.s())) +
                           3*std::exp(2*sqr(d.s())) - 6;
@@ -230,7 +230,7 @@
         kurtosis -= 3;
         double x_mean = std::exp(d.m() + sqr(d.s())/2);
         double x_var = (std::exp(sqr(d.s())) - 1) * std::exp(2*d.m() + sqr(d.s()));
-        double x_skew = (std::exp(sqr(d.s())) + 2) * 
+        double x_skew = (std::exp(sqr(d.s())) + 2) *
               std::sqrt((std::exp(sqr(d.s())) - 1));
         double x_kurtosis = std::exp(4*sqr(d.s())) + 2*std::exp(3*sqr(d.s())) +
                           3*std::exp(2*sqr(d.s())) - 6;

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval_param.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval_param.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval_param.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval_param.pass.cpp Sat Aug 21 19:42:21 2010
@@ -64,7 +64,7 @@
         kurtosis -= 3;
         double x_mean = std::exp(p.m() + sqr(p.s())/2);
         double x_var = (std::exp(sqr(p.s())) - 1) * std::exp(2*p.m() + sqr(p.s()));
-        double x_skew = (std::exp(sqr(p.s())) + 2) * 
+        double x_skew = (std::exp(sqr(p.s())) + 2) *
               std::sqrt((std::exp(sqr(p.s())) - 1));
         double x_kurtosis = std::exp(4*sqr(p.s())) + 2*std::exp(3*sqr(p.s())) +
                           3*std::exp(2*sqr(p.s())) - 6;
@@ -107,7 +107,7 @@
         kurtosis -= 3;
         double x_mean = std::exp(p.m() + sqr(p.s())/2);
         double x_var = (std::exp(sqr(p.s())) - 1) * std::exp(2*p.m() + sqr(p.s()));
-        double x_skew = (std::exp(sqr(p.s())) + 2) * 
+        double x_skew = (std::exp(sqr(p.s())) + 2) *
               std::sqrt((std::exp(sqr(p.s())) - 1));
         double x_kurtosis = std::exp(4*sqr(p.s())) + 2*std::exp(3*sqr(p.s())) +
                           3*std::exp(2*sqr(p.s())) - 6;
@@ -150,7 +150,7 @@
         kurtosis -= 3;
         double x_mean = std::exp(p.m() + sqr(p.s())/2);
         double x_var = (std::exp(sqr(p.s())) - 1) * std::exp(2*p.m() + sqr(p.s()));
-        double x_skew = (std::exp(sqr(p.s())) + 2) * 
+        double x_skew = (std::exp(sqr(p.s())) + 2) *
               std::sqrt((std::exp(sqr(p.s())) - 1));
         double x_kurtosis = std::exp(4*sqr(p.s())) + 2*std::exp(3*sqr(p.s())) +
                           3*std::exp(2*sqr(p.s())) - 6;
@@ -193,7 +193,7 @@
         kurtosis -= 3;
         double x_mean = std::exp(p.m() + sqr(p.s())/2);
         double x_var = (std::exp(sqr(p.s())) - 1) * std::exp(2*p.m() + sqr(p.s()));
-        double x_skew = (std::exp(sqr(p.s())) + 2) * 
+        double x_skew = (std::exp(sqr(p.s())) + 2) *
               std::sqrt((std::exp(sqr(p.s())) - 1));
         double x_kurtosis = std::exp(4*sqr(p.s())) + 2*std::exp(3*sqr(p.s())) +
                           3*std::exp(2*sqr(p.s())) - 6;
@@ -236,7 +236,7 @@
         kurtosis -= 3;
         double x_mean = std::exp(p.m() + sqr(p.s())/2);
         double x_var = (std::exp(sqr(p.s())) - 1) * std::exp(2*p.m() + sqr(p.s()));
-        double x_skew = (std::exp(sqr(p.s())) + 2) * 
+        double x_skew = (std::exp(sqr(p.s())) + 2) *
               std::sqrt((std::exp(sqr(p.s())) - 1));
         double x_kurtosis = std::exp(4*sqr(p.s())) + 2*std::exp(3*sqr(p.s())) +
                           3*std::exp(2*sqr(p.s())) - 6;

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_init.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_init.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_init.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_init.pass.cpp Sat Aug 21 19:42:21 2010
@@ -77,5 +77,5 @@
         assert(p[1] == 0);
         assert(p[2] == 1);
     }
-#endif
+#endif  // _LIBCPP_MOVE
 }

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -16,7 +16,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const discrete_distribution& x);
-// 
+//
 // template <class charT, class traits>
 // basic_istream<charT, traits>&
 // operator>>(basic_istream<charT, traits>& is,

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_init.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_init.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_init.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_init.pass.cpp Sat Aug 21 19:42:21 2010
@@ -84,5 +84,5 @@
         assert(p[1] == 0);
         assert(p[2] == 1);
     }
-#endif
+#endif  // _LIBCPP_MOVE
 }

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_init_func.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_init_func.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_init_func.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_init_func.pass.cpp Sat Aug 21 19:42:21 2010
@@ -74,5 +74,5 @@
         assert(dn[0] == 0.203125);
         assert(dn[1] == 0.1484375);
     }
-#endif
+#endif  // _LIBCPP_MOVE
 }

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -16,7 +16,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const piecewise_constant_distribution& x);
-// 
+//
 // template <class charT, class traits>
 // basic_istream<charT, traits>&
 // operator>>(basic_istream<charT, traits>& is,

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_init_func.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_init_func.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_init_func.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_init_func.pass.cpp Sat Aug 21 19:42:21 2010
@@ -75,5 +75,5 @@
         assert(dn[0] == 0.203125);
         assert(dn[1] == 0.1484375);
     }
-#endif
+#endif  // _LIBCPP_MOVE
 }

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_init_func.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_init_func.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_init_func.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_init_func.pass.cpp Sat Aug 21 19:42:21 2010
@@ -78,5 +78,5 @@
         assert(dn[1] == 0.125);
         assert(dn[2] == 0.175);
     }
-#endif
+#endif  // _LIBCPP_MOVE
 }

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -16,7 +16,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const piecewise_linear_distribution& x);
-// 
+//
 // template <class charT, class traits>
 // basic_istream<charT, traits>&
 // operator>>(basic_istream<charT, traits>& is,

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_init_func.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_init_func.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_init_func.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_init_func.pass.cpp Sat Aug 21 19:42:21 2010
@@ -79,5 +79,5 @@
         assert(dn[1] == 0.125);
         assert(dn[2] == 0.175);
     }
-#endif
+#endif  // _LIBCPP_MOVE
 }

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -16,7 +16,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const uniform_int_distribution& x);
-// 
+//
 // template <class charT, class traits>
 // basic_istream<charT, traits>&
 // operator>>(basic_istream<charT, traits>& is,

Modified: libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -16,7 +16,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const uniform_real_distribution& x);
-// 
+//
 // template <class charT, class traits>
 // basic_istream<charT, traits>&
 // operator>>(basic_istream<charT, traits>& is,

Modified: libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.lcong/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.lcong/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.lcong/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.lcong/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -17,7 +17,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const linear_congruential_engine<UIntType, a, c, m>& x);
-// 
+//
 // template <class charT, class traits,
 //           class UIntType, UIntType a, UIntType c, UIntType m>
 // basic_istream<charT, traits>&

Modified: libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.mers/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.mers/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.mers/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.mers/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -21,7 +21,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const mersenne_twister_engine<UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f>& x);
-// 
+//
 // template <class charT, class traits,
 //           class UIntType, size_t w, size_t n, size_t m, size_t r,
 //           UIntType a, size_t u, UIntType d, size_t s,

Modified: libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp Sat Aug 21 19:42:21 2010
@@ -17,7 +17,7 @@
 // public:
 //     // types
 //     typedef UIntType result_type;
-// 
+//
 //     // engine characteristics
 //     static constexpr size_t word_size = w;
 //     static constexpr size_t state_size = n;

Modified: libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp Sat Aug 21 19:42:21 2010
@@ -17,7 +17,7 @@
 // basic_ostream<charT, traits>&
 // operator<<(basic_ostream<charT, traits>& os,
 //            const subtract_with_carry_engine<UIntType, w, s, r>& x);
-// 
+//
 // template <class charT, class traits,
 //           class UIntType, size_t w, size_t s, size_t r>
 // basic_istream<charT, traits>&

Modified: libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp Sat Aug 21 19:42:21 2010
@@ -15,7 +15,7 @@
 // public:
 //     // types
 //     typedef UIntType result_type;
-// 
+//
 //     // engine characteristics
 //     static constexpr size_t word_size = w;
 //     static constexpr size_t short_lag = s;

Modified: libcxx/trunk/test/numerics/rand/rand.predef/default_random_engine.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.predef/default_random_engine.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.predef/default_random_engine.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.predef/default_random_engine.pass.cpp Sat Aug 21 19:42:21 2010
@@ -11,8 +11,6 @@
 
 // typedef minstd_rand0 default_random_engine;
 
-
-
 #include <random>
 #include <cassert>
 

Modified: libcxx/trunk/test/numerics/rand/rand.util/rand.util.seedseq/generate.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.util/rand.util.seedseq/generate.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.util/rand.util.seedseq/generate.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.util/rand.util.seedseq/generate.pass.cpp Sat Aug 21 19:42:21 2010
@@ -17,8 +17,6 @@
 #include <random>
 #include <cassert>
 
-
-
 int main()
 {
     {

Modified: libcxx/trunk/test/numerics/rand/rand.util/rand.util.seedseq/initializer_list.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/rand/rand.util/rand.util.seedseq/initializer_list.pass.cpp?rev=111762&r1=111761&r2=111762&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/rand/rand.util/rand.util.seedseq/initializer_list.pass.cpp (original)
+++ libcxx/trunk/test/numerics/rand/rand.util/rand.util.seedseq/initializer_list.pass.cpp Sat Aug 21 19:42:21 2010
@@ -29,5 +29,5 @@
     assert(b[2] == 3);
     assert(b[3] == 2);
     assert(b[4] == 1);
-#endif
+#endif  // _LIBCPP_MOVE
 }





More information about the cfe-commits mailing list