emailservices/nmclientapi/src/nmapimessagebody.cpp
changeset 76 38bf5461e270
parent 48 10eaf342f539
--- a/emailservices/nmclientapi/src/nmapimessagebody.cpp	Thu Sep 30 11:43:07 2010 +0300
+++ b/emailservices/nmclientapi/src/nmapimessagebody.cpp	Thu Oct 14 17:33:43 2010 +0300
@@ -46,8 +46,7 @@
 {
     NM_FUNCTION;
     
-	if (this != &apiMessageBody) 
-	{
+	if (this != &apiMessageBody) {
 		d = apiMessageBody.d;
 	}
 	return *this;
@@ -61,8 +60,7 @@
     NM_FUNCTION;
     
     bool retVal = false;
-    if (this->d == apiMessageBody.d)
-    {
+    if (this->d == apiMessageBody.d) {
         retVal = true;
     }
     return retVal;