mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
Remove tabs
This commit is contained in:
@@ -65,12 +65,12 @@ public:
|
||||
|
||||
random_provider_base& operator= (random_provider_base&& that) BOOST_NOEXCEPT
|
||||
{
|
||||
if( this != &that )
|
||||
{
|
||||
destroy();
|
||||
fd_ = that.fd_;
|
||||
that.fd_ = -1;
|
||||
}
|
||||
if( this != &that )
|
||||
{
|
||||
destroy();
|
||||
fd_ = that.fd_;
|
||||
that.fd_ = -1;
|
||||
}
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user