Skip to content

Commit

Permalink
Remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Apr 20, 2024
1 parent f0daf30 commit 1ef909c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/boost/uuid/detail/random_provider_posix.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1ef909c

Please sign in to comment.