|
Boost-Commit : |
From: pdimov_at_[hidden]
Date: 2008-07-23 16:04:53
Author: pdimov
Date: 2008-07-23 16:04:52 EDT (Wed, 23 Jul 2008)
New Revision: 47736
URL: http://svn.boost.org/trac/boost/changeset/47736
Log:
Untabify.
Text files modified:
trunk/libs/smart_ptr/test/spinlock_pool_test.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/smart_ptr/test/spinlock_pool_test.cpp
==============================================================================
--- trunk/libs/smart_ptr/test/spinlock_pool_test.cpp (original)
+++ trunk/libs/smart_ptr/test/spinlock_pool_test.cpp 2008-07-23 16:04:52 EDT (Wed, 23 Jul 2008)
@@ -17,7 +17,7 @@
int x = 0;
{
- boost::detail::spinlock_pool<0>::scoped_lock lock( &x );
+ boost::detail::spinlock_pool<0>::scoped_lock lock( &x );
++x;
}
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