Style fix, also fixes an indentation warning
This commit is contained in:
parent
77820c9913
commit
28fb504bb8
@ -137,8 +137,8 @@ BMessage::operator=(const BMessage &other)
|
||||
{
|
||||
DEBUG_FUNCTION_ENTER;
|
||||
|
||||
if (this == &other)
|
||||
return *this;
|
||||
if (this == &other)
|
||||
return *this;
|
||||
|
||||
_Clear();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user