From 72362a75a48b4acb555c2828ac9df134338f6daa Mon Sep 17 00:00:00 2001 From: Chao Zhang Date: Thu, 6 Aug 2015 08:17:54 +0000 Subject: [PATCH] SecurityPkg: Update coding style Update to EDK2 coding style Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang Reviewed-by: Qiu Shumin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18171 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/Library/AuthVariableLib/AuthService.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SecurityPkg/Library/AuthVariableLib/AuthService.c b/SecurityPkg/Library/AuthVariableLib/AuthService.c index 8805f54f9d..1f9ba15384 100644 --- a/SecurityPkg/Library/AuthVariableLib/AuthService.c +++ b/SecurityPkg/Library/AuthVariableLib/AuthService.c @@ -1977,7 +1977,8 @@ InsertCertsToDb ( EFI_STATUS CleanCertsFromDb ( VOID - ){ + ) +{ UINT32 Offset; AUTH_CERT_DB_DATA *Ptr; UINT32 NameSize; -- 2.39.2