cryptoservices/certificateandkeymgmt/tcertstore/t_filter.cpp
branchRCL_3
changeset 62 a71299154b21
parent 61 641f389e9157
--- a/cryptoservices/certificateandkeymgmt/tcertstore/t_filter.cpp	Tue Aug 31 17:00:08 2010 +0300
+++ b/cryptoservices/certificateandkeymgmt/tcertstore/t_filter.cpp	Wed Sep 01 12:40:57 2010 +0100
@@ -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,5 +409,4 @@
 		}
 	}
 
-
 CCertAttributeFilter* CFilter::iFilter = NULL;