From cd15d8c3d01530e300da951b76899e1782025900 Mon Sep 17 00:00:00 2001 From: Philippe Saint-Pierre Date: Wed, 17 Jul 2013 13:38:46 -0400 Subject: [PATCH] Style fix, no functional change intended --- src/kits/app/Message.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kits/app/Message.cpp b/src/kits/app/Message.cpp index 3c0dbe6483..485132527c 100644 --- a/src/kits/app/Message.cpp +++ b/src/kits/app/Message.cpp @@ -187,8 +187,8 @@ BMessage::operator=(const BMessage &other) { DEBUG_FUNCTION_ENTER; - if (this == &other) - return *this; + if (this == &other) + return *this; _Clear();