diff -r 6c59112cfd31 -r 38bf5461e270 emailservices/nmclientapi/src/nmapimessage.cpp --- a/emailservices/nmclientapi/src/nmapimessage.cpp Thu Sep 30 11:43:07 2010 +0300 +++ b/emailservices/nmclientapi/src/nmapimessage.cpp Thu Oct 14 17:33:43 2010 +0300 @@ -48,9 +48,9 @@ NmApiMessage& NmApiMessage::operator=(const NmApiMessage &other) { - if (this == &other) + if (this == &other) { return *this; - + } d = other.d; return *this;