phoneengine/loghandling/src/cpeloginfo.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneengine/loghandling/src/cpeloginfo.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneengine/loghandling/src/cpeloginfo.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -124,11 +124,11 @@
                 iName = KLogsPayphoneText;
                 break;
             case RMobileCall::ERemoteIdentitySuppressed:
-            	if ( aDataStore.RemotePhoneNumber( aCallId ).Length() == 0 )
-            		{
-            		iName = KLogsPrivateText;
-            		}
-            	break;
+                if ( aDataStore.RemotePhoneNumber( aCallId ).Length() == 0 )
+                    {
+                    iName = KLogsPrivateText;
+                    }
+                break;
             default:
                 break;
             }