applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp
branchRCL_3
changeset 19 c0c2f28ace9c
parent 13 26ce6fb6aee2
child 20 a0da872af3fa
--- a/applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp	Thu Aug 19 10:27:19 2010 +0300
+++ b/applayerprotocols/httptransportfw/core/TFilterConfigurationIter.cpp	Tue Aug 31 15:44:10 2010 +0300
@@ -79,7 +79,7 @@
 		// If the next filter is a mandatory filter then move on to the next filter
 		if( iFilterInfoList[iCurrentFilterIndex]->iCategory == TSessionFilterInfo::EMandatory )
 			return Next();
-		++iCurrentFilterIndex;	
+		++iCurrentFilterIndex;
 		}
 
 	return KErrNone;