Merge 47736 from trunk (untabify).

[SVN r47739]
This commit is contained in:
Peter Dimov
2008-07-23 20:47:47 +00:00
parent 556b9fe563
commit 6ba78f76f6

View File

@ -17,7 +17,7 @@ int main()
int x = 0; int x = 0;
{ {
boost::detail::spinlock_pool<0>::scoped_lock lock( &x ); boost::detail::spinlock_pool<0>::scoped_lock lock( &x );
++x; ++x;
} }