phoneclientserver/EnPolicy/Src/SosEnPolicy/CSosEnPolicySimStatusMonitor.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/phoneclientserver/EnPolicy/Src/SosEnPolicy/CSosEnPolicySimStatusMonitor.cpp	Tue Aug 31 15:45:17 2010 +0300
+++ b/phoneclientserver/EnPolicy/Src/SosEnPolicy/CSosEnPolicySimStatusMonitor.cpp	Wed Sep 01 12:15:03 2010 +0100
@@ -18,9 +18,9 @@
 
 
 // INCLUDES
-#include    "csosenpolicysimstatusmonitor.h" 
+#include    "CSosEnPolicySimStatusMonitor.h"
 #include    <startupdomainpskeys.h> // Property values
-#include    <PSVariables.h> 
+#include    <PSVariables.h>
 
 
 
@@ -194,15 +194,15 @@
     {
     switch ( aState )
         {
-        case ESimUsable:         
-        case ESimReadable:
-            return ETrue;
-        case  ESimStatusUninitialized:
-        case ESimNotReady:
-        case ESimNotSupported:
-        case ESimNotPresent:
-            return EFalse;
-        default:
+    	case ESimUsable:         
+    	case ESimReadable:
+			return ETrue;
+    	case  ESimStatusUninitialized:
+    	case ESimNotReady:
+    	case ESimNotSupported:
+    	case ESimNotPresent:
+    		return EFalse;
+    	default:
             return EFalse;
         }
     }