Style fix, no functional change intended

This commit is contained in:
Philippe Saint-Pierre
2013-07-17 13:38:46 -04:00
parent 68aca9a477
commit cd15d8c3d0
+2 -2
View File
@@ -187,8 +187,8 @@ BMessage::operator=(const BMessage &other)
{
DEBUG_FUNCTION_ENTER;
if (this == &other)
return *this;
if (this == &other)
return *this;
_Clear();