emailuis/emailui/src/ncsutility.cpp
branchRCL_3
changeset 80 726fba06891a
parent 70 968773a0b6ef
--- a/emailuis/emailui/src/ncsutility.cpp	Wed Sep 15 11:52:37 2010 +0300
+++ b/emailuis/emailui/src/ncsutility.cpp	Wed Oct 13 14:11:15 2010 +0300
@@ -324,19 +324,19 @@
         // first word, than loop ends
         do
             {
-		    indexRe = formattedSubjectLinePtr.FindC( rePtr );
-			if( indexRe == 0 )
-				{
-				formattedSubjectLinePtr.Delete( indexRe, rePtr.Length() );
-				formattedSubjectLinePtr.Trim();
-				}
+            indexRe = formattedSubjectLinePtr.FindC( rePtr );
+			      if( indexRe == 0 )
+				        {
+                formattedSubjectLinePtr.Delete( indexRe, rePtr.Length() );
+                formattedSubjectLinePtr.Trim();
+                }
 
-			indexFw = formattedSubjectLinePtr.FindC( fwdPrt );
-			if( indexFw == 0 )
-				{
-				formattedSubjectLinePtr.Delete( indexFw, rePtr.Length() );
-				formattedSubjectLinePtr.Trim();
-				}
+            indexFw = formattedSubjectLinePtr.FindC( fwdPrt );
+            if( indexFw == 0 )
+                {
+                formattedSubjectLinePtr.Delete( indexFw, rePtr.Length() );
+                formattedSubjectLinePtr.Trim();
+                }
             }
         while( !( indexRe != 0 && indexFw != 0)  );