predictivesearch/PcsServer/src/CPcsPluginInterface.cpp
branchRCL_3
changeset 21 b3431bff8c19
parent 15 e8e3147d53eb
child 39 a6539d1e8e43
--- a/predictivesearch/PcsServer/src/CPcsPluginInterface.cpp	Mon Mar 15 12:39:26 2010 +0200
+++ b/predictivesearch/PcsServer/src/CPcsPluginInterface.cpp	Wed Mar 31 21:13:53 2010 +0300
@@ -226,8 +226,8 @@
     for ( TInt idx = 0; idx < iPcsPluginInstances.Count(); idx++ )
     {
        iPcsPluginInstances[idx]->SearchMatchStringL( aSearchQuery,
-                                               aSearchData,                                                  
-                                               aMatch );
+                                                     aSearchData,
+                                                     aMatch );
     }
     
     PRINT ( _L("End CPcsPluginInterface::SearchMatchStringL") );