src/hbservers/hbthemeserveroogmplugin/hbthemeclientoogm.cpp
changeset 23 e6ad4ef83b23
parent 2 06ff229162e9
--- a/src/hbservers/hbthemeserveroogmplugin/hbthemeclientoogm.cpp	Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbservers/hbthemeserveroogmplugin/hbthemeclientoogm.cpp	Thu Sep 02 20:44:51 2010 +0300
@@ -150,8 +150,8 @@
     }
 
     if (connected) {
-    		TPckg<TBool> usingSwRendering(isUsingSwRendering);
-    		TIpcArgs args(&usingSwRendering, 0);
+            TPckg<TBool> usingSwRendering(isUsingSwRendering);
+            TIpcArgs args(&usingSwRendering, 0);
         TInt err = SendReceive(EMemoryGood, args);
         if (KErrNone != err) {
             RDebug::Print(_L("ThemeServerPlugin: Good Memory notification sent to ThemeServer"));