mirror of https://github.com/acidanthera/audk.git
SecurityPkg: Update coding style
Update to EDK2 coding style Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Qiu Shumin <shumin.qiu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18171 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
55668ca245
commit
72362a75a4
|
@ -1977,7 +1977,8 @@ InsertCertsToDb (
|
|||
EFI_STATUS
|
||||
CleanCertsFromDb (
|
||||
VOID
|
||||
){
|
||||
)
|
||||
{
|
||||
UINT32 Offset;
|
||||
AUTH_CERT_DB_DATA *Ptr;
|
||||
UINT32 NameSize;
|
||||
|
|
Loading…
Reference in New Issue