diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:42:21 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:42:21 +0000 |
commit | a0eaf608cd058d301b0b66461b67618182696e3f (patch) | |
tree | 1f04e6a42a342894799613b72dc67f43008ac802 /libcxx/test/numerics/rand/rand.eng | |
parent | 3bad6b61e5724e8f287855c71ebffb99b67b2bde (diff) | |
download | bcm5719-llvm-a0eaf608cd058d301b0b66461b67618182696e3f.tar.gz bcm5719-llvm-a0eaf608cd058d301b0b66461b67618182696e3f.zip |
Fixing whitespace problems
llvm-svn: 111762
Diffstat (limited to 'libcxx/test/numerics/rand/rand.eng')
5 files changed, 5 insertions, 5 deletions
diff --git a/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/io.pass.cpp b/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/io.pass.cpp index cde1df0ab3a..aea6e4a6496 100644 --- a/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/io.pass.cpp +++ b/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/io.pass.cpp @@ -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>& diff --git a/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/io.pass.cpp b/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/io.pass.cpp index bff194cad80..95a6f788b04 100644 --- a/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/io.pass.cpp +++ b/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/io.pass.cpp @@ -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, diff --git a/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp b/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp index e684a80e718..af79f7078e8 100644 --- a/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp +++ b/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp @@ -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; diff --git a/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp b/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp index 5e09a6d0eb5..a98ff671e3c 100644 --- a/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp +++ b/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp @@ -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>& diff --git a/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp b/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp index 417e43183fd..086b6c7c4ba 100644 --- a/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp +++ b/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp @@ -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; |