From 5ecc20b5536b952f18b8d92c242145954a61a6ab Mon Sep 17 00:00:00 2001 From: Fu Siyuan Date: Wed, 9 Oct 2013 03:46:46 +0000 Subject: [PATCH] Fix coding style issue. Signed-off-by: Fu Siyuan Reviewed-by: Ye Ting Reviewed-by: Dong Guo git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14755 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c b/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c index 71de272bf2..8e9135709c 100644 --- a/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c +++ b/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c @@ -1089,7 +1089,7 @@ ProcessVarWithPk ( return Status; } - if (mPlatformMode != SETUP_MODE || IsPk) { + if ((mPlatformMode != SETUP_MODE) || IsPk) { Status = VendorKeyIsModified (); } } else if (mPlatformMode == USER_MODE) { -- 2.39.2