src/hbcore/utils/hbsleepmodelistener_p_p.h
changeset 5 627c4a0fd0e7
parent 1 f7ac710697a9
child 7 923ff622b8b9
--- a/src/hbcore/utils/hbsleepmodelistener_p_p.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/utils/hbsleepmodelistener_p_p.h	Fri Jun 11 13:58:22 2010 +0300
@@ -36,14 +36,13 @@
 /**
 * Data structure used to handle light status information.
 */
-struct THWRMStatusInfo
-    {
+struct THWRMStatusInfo {
     // Light target.
     TInt iTarget;
 
     // Status of the target.
     TInt iStatus;
-    };
+};
 
 /**
 * Defines THWRMStatusInfo array.
@@ -59,9 +58,9 @@
     void RunL();
     void DoCancel();
 
-    TInt InitializeStatusArray(RLightStatusArray& aArray) const;
+    TInt InitializeStatusArray(RLightStatusArray &aArray) const;
 
-    static TInt FindByTarget(const TInt* aTarget, const THWRMStatusInfo& aItem);
+    static TInt FindByTarget(const TInt *aTarget, const THWRMStatusInfo &aItem);
 private:
     RProperty sleepModeState;
 };