forked from boostorg/smart_ptr
Untabify.
[SVN r47736]
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user