predictivesearch/PcsAlgorithm/Algorithm1/src/CPcsAlgorithm1Utils.cpp
branchRCL_3
changeset 12 4ae315f230bc
parent 11 2828b4d142c0
child 13 a6539d1e8e43
--- a/predictivesearch/PcsAlgorithm/Algorithm1/src/CPcsAlgorithm1Utils.cpp	Tue May 11 16:00:21 2010 +0300
+++ b/predictivesearch/PcsAlgorithm/Algorithm1/src/CPcsAlgorithm1Utils.cpp	Tue May 25 12:26:45 2010 +0300
@@ -205,7 +205,7 @@
 	CPcsCache* cache1 = (*pcsCache)[aObject1.UriId()];
     CPcsCache* cache2 = (*pcsCache)[aObject2.UriId()];
 	RArray<TInt> indexOrder1;
-    RArray<TInt> indexOrder2;	
+    RArray<TInt> indexOrder2;
 	  
     // Get the index order based on sort order from the cache
 	cache1->GetIndexOrder(indexOrder1);
@@ -224,7 +224,7 @@
         if ( object1Idx < aObject1.DataElementCount() 
              && aObject1.Data(object1Idx)
              && strCompare1->Length() )
-            {   
+            {
             strCompare1->Des().TrimAll();
             
             for(; idx2 < indexOrder2.Count(); idx2++)