Style fix, no functional change intended
This commit is contained in:
@@ -187,8 +187,8 @@ BMessage::operator=(const BMessage &other)
|
||||
{
|
||||
DEBUG_FUNCTION_ENTER;
|
||||
|
||||
if (this == &other)
|
||||
return *this;
|
||||
if (this == &other)
|
||||
return *this;
|
||||
|
||||
_Clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user