|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-01-23 17:22:32
Author: danieljames
Date: 2008-01-23 17:22:32 EST (Wed, 23 Jan 2008)
New Revision: 42937
URL: http://svn.boost.org/trac/boost/changeset/42937
Log:
More tabs.
Text files modified:
branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp | 2 +-
branches/unordered/trunk/libs/unordered/test/helpers/random_values.hpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp
==============================================================================
--- branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp (original)
+++ branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp 2008-01-23 17:22:32 EST (Wed, 23 Jan 2008)
@@ -1312,7 +1312,7 @@
// throws - basic:
if (need_to_reserve) {
rehash_impl(double_to_size_t(floor(
- n / (double) mlf_ * 1.25)) + 1);
+ n / (double) mlf_ * 1.25)) + 1);
}
BOOST_ASSERT(n < max_load_ || n > max_size());
return need_to_reserve;
Modified: branches/unordered/trunk/libs/unordered/test/helpers/random_values.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/random_values.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/random_values.hpp 2008-01-23 17:22:32 EST (Wed, 23 Jan 2008)
@@ -100,7 +100,7 @@
: public std::list<BOOST_DEDUCED_TYPENAME X::value_type>
{
random_values(int count, test::random_generator const& generator =
- test::default_generator)
+ test::default_generator)
{
static test::unordered_generator<X> gen(generator);
gen.fill(*this, count);
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk