cryptoservices/certificateandkeymgmt/tcertstore/t_filter.cpp
branchRCL_3
changeset 61 641f389e9157
parent 42 eb9b28acd381
child 62 a71299154b21
--- a/cryptoservices/certificateandkeymgmt/tcertstore/t_filter.cpp	Thu Aug 19 11:38:48 2010 +0300
+++ b/cryptoservices/certificateandkeymgmt/tcertstore/t_filter.cpp	Tue Aug 31 17:00:08 2010 +0300
@@ -82,10 +82,10 @@
 	
 	// Set subjetkeyid filter
 	SetIssuerKeyIdFilter(Input::ParseElement(aFilter, KIssuerKeyIdStart));
-	
+
 	// Set subjetkeyid using the certificate details
 	SetSubjectKeyIdFromCertFilterL(Input::ParseElement(aFilter, KUseSubjectKeyIdStart));
-		
+
 	}
 
 void CFilter::SetLabelFilter(const TDesC8& aLabel)
@@ -409,4 +409,5 @@
 		}
 	}
 
+
 CCertAttributeFilter* CFilter::iFilter = NULL;