diff options
author | Chao Zhang <chao.b.zhang@intel.com> | 2015-08-06 08:17:54 +0000 |
---|---|---|
committer | czhang46 <czhang46@Edk2> | 2015-08-06 08:17:54 +0000 |
commit | 72362a75a48b4acb555c2828ac9df134338f6daa (patch) | |
tree | 1f90efcb690081c9779465c20632a1e3f60b4089 /SecurityPkg/Library/AuthVariableLib | |
parent | 55668ca24539f8db03c8daac6bba5c4f47a53585 (diff) | |
download | edk2-platforms-72362a75a48b4acb555c2828ac9df134338f6daa.tar.xz |
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
Diffstat (limited to 'SecurityPkg/Library/AuthVariableLib')
-rw-r--r-- | SecurityPkg/Library/AuthVariableLib/AuthService.c | 3 |
1 files changed, 2 insertions, 1 deletions
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;
|