src/hbwidgets/itemviews/hbabstractitemcontainer_p.cpp
changeset 23 e6ad4ef83b23
parent 7 923ff622b8b9
child 28 b7da29130b0e
--- a/src/hbwidgets/itemviews/hbabstractitemcontainer_p.cpp	Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbwidgets/itemviews/hbabstractitemcontainer_p.cpp	Thu Sep 02 20:44:51 2010 +0300
@@ -530,7 +530,7 @@
 {
     Q_D(HbAbstractItemContainer);
 
-	d->q_ptr = this;
+    d->q_ptr = this;
     d->init();
 }
 
@@ -717,8 +717,8 @@
     }
 
     // if items have been added/removed in the middle of the buffer, there might be items 
-	// that can be reused at the end of the buffer. The following block will scan for 
-	// those items and move them in correct position 
+    // that can be reused at the end of the buffer. The following block will scan for 
+    // those items and move them in correct position 
     int lastUsedItem = -1;
     for (int indexCounter = 0; indexCounter < indexList.count(); ++indexCounter) {
         HbAbstractViewItem *item = d->mItems.at(indexCounter);