mirror of https://github.com/acidanthera/audk.git
Fix coding style issue in CryptoPkg.
Signed-off-by: Ye Ting <ting.ye@intel.com> Reviewed-by: Dong Eric <yong.dong@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13864 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
980050bc04
commit
eb58f55912
|
@ -242,8 +242,8 @@ X509PopCertificate (
|
||||||
X509 *X509Cert;
|
X509 *X509Cert;
|
||||||
STACK_OF(X509) *CertStack;
|
STACK_OF(X509) *CertStack;
|
||||||
BOOLEAN Status;
|
BOOLEAN Status;
|
||||||
int Result;
|
INT32 Result;
|
||||||
int Length;
|
INT32 Length;
|
||||||
VOID *Buffer;
|
VOID *Buffer;
|
||||||
|
|
||||||
Status = FALSE;
|
Status = FALSE;
|
||||||
|
|
Loading…
Reference in New Issue