cellular/telephonysettings/src/PsetNetwork.cpp
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 13 e32024264ebb
--- a/cellular/telephonysettings/src/PsetNetwork.cpp	Tue Feb 02 01:11:09 2010 +0200
+++ b/cellular/telephonysettings/src/PsetNetwork.cpp	Fri Mar 19 09:40:14 2010 +0200
@@ -18,18 +18,18 @@
 
 
 //  INCLUDE FILES
-#include "MPsetNetworkInfoObs.h"
-#include "PsetNetwork.h"
-#include "PsetSAObserver.h"     
-#include "PSetPanic.h"          
-#include "PsetConstants.h"
-#include "MPsetNetworkSelect.h"
+#include "mpsetnetworkinfoobs.h" 
+#include "psetnetwork.h" 
+#include "psetsaobserver.h" 
+#include "PSetPanic.h" 
+#include "psetconstants.h" 
+#include "mpsetnetworkselect.h" 
 #include <etelmm.h>
 #include <mmretrieve.h>
 #include <rmmcustomapi.h>
 
 #include <e32svr.h>
-#include "PhoneSettingsLogger.h"
+#include "PhoneSettingsLogger.h" 
 
 //  LOCAL CONSTANTS AND MACROS  
 _LIT( KPSNameOfClass, "CPsetNetwork" );
@@ -564,7 +564,7 @@
     __PHSLOGSTRING("[PHS]--> CPsetNetwork::ResetNetworkSearch");
     RMmCustomAPI customApi;
     TInt error = customApi.Open( iPhone );
-    if	(error == KErrNone)
+    if  (error == KErrNone)
         {
         customApi.ResetNetServer();
         }