src/hbcore/core/hbinstance_p.h
changeset 5 627c4a0fd0e7
parent 1 f7ac710697a9
child 7 923ff622b8b9
--- a/src/hbcore/core/hbinstance_p.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/core/hbinstance_p.h	Fri Jun 11 13:58:22 2010 +0300
@@ -38,7 +38,7 @@
 #ifdef Q_OS_SYMBIAN
 #include <centralrepository.h>
 const TUid HBTESTABILITY_CREPO_ID  = {0x2002C3AE};
-const TUint32 HbTestabilityKey  = 0x1;  
+const TUint32 HbTestabilityKey  = 0x1;
 #endif
 
 class HbLocaleChangeNotifier;
@@ -85,14 +85,14 @@
 private:
 #ifdef HB_TESTABILITY
     TestabilityInterface *testabilityInterface;
-#ifdef Q_OS_SYMBIAN  
-     CRepository *mRepo;
-     bool testabilityEnabled;
+#ifdef Q_OS_SYMBIAN
+    CRepository *mRepo;
+    bool testabilityEnabled;
 #endif //Q_OS_SYMBIAN
 #endif //HB_TESTABILITY
 
-     HbLocaleChangeNotifier* mLocaleChangeNotifier;
-     
+    HbLocaleChangeNotifier *mLocaleChangeNotifier;
+
     // Provided for HbMainWindow & friends who have to access
     // HbInstancePrivate in order to add/remove windows.
     // NOTE: Still kept as private to track dependencies...