Untabify.

[SVN r47736]
This commit is contained in:
Peter Dimov
2008-07-23 20:04:52 +00:00
parent 77ab953171
commit 8c7954a53a

View File

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