Style fix, also fixes an indentation warning

This commit is contained in:
François Revol 2016-12-02 05:33:18 +01:00
parent 77820c9913
commit 28fb504bb8

View File

@ -137,8 +137,8 @@ BMessage::operator=(const BMessage &other)
{
DEBUG_FUNCTION_ENTER;
if (this == &other)
return *this;
if (this == &other)
return *this;
_Clear();