2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Remove tabs

This commit is contained in:
Peter Dimov
2024-04-20 21:09:58 +03:00
parent 8799af99c7
commit fc3a7d0fda

View File

@@ -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;
}