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