contentstorage/caclient/stub/src/caobjectadapter.cpp
changeset 87 9d806967057c
parent 86 e492551a0d54
child 92 782e3408c2ab
--- a/contentstorage/caclient/stub/src/caobjectadapter.cpp	Tue Mar 23 23:28:12 2010 +0200
+++ b/contentstorage/caclient/stub/src/caobjectadapter.cpp	Tue Mar 23 23:42:03 2010 +0200
@@ -1,4 +1,4 @@
-    /*
+/*
  * Copyright (c)2008 Nokia Corporation and/or its subsidiary(-ies).
  * All rights reserved.
  * This component and the accompanying materials are made available
@@ -31,7 +31,7 @@
 {
     HbIcon icon;
     QString filename(entry.iconDescription().filename());
-    if(!filename.isEmpty()) {
+    if (!filename.isEmpty()) {
         icon = HbIcon(filename);
     }
     if (icon.isNull() || !(icon.size().isValid())) {
@@ -45,7 +45,7 @@
 //
 //----------------------------------------------------------------------------
 void CaObjectAdapter::setId(CaEntry &entry,
-    int id)
+                            int id)
 {
     entry.setId(id);
 }
@@ -54,7 +54,7 @@
 //
 //----------------------------------------------------------------------------
 void CaObjectAdapter::setId(CaIconDescription &iconDescription,
-    int id)
+                            int id)
 {
     iconDescription.setId(id);
 }