]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix coding style issue.
authorFu Siyuan <siyuan.fu@intel.com>
Wed, 9 Oct 2013 03:46:46 +0000 (03:46 +0000)
committersfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 9 Oct 2013 03:46:46 +0000 (03:46 +0000)
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Dong Guo <guo.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14755 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c

index 71de272bf2e5f6dd0848a4b255927e1f3ca68252..8e9135709cdca6529e2895d1c50fc03fb17bfe73 100644 (file)
@@ -1089,7 +1089,7 @@ ProcessVarWithPk (
       return Status;\r
     }\r
 \r
-    if (mPlatformMode != SETUP_MODE || IsPk) {\r
+    if ((mPlatformMode != SETUP_MODE) || IsPk) {\r
       Status = VendorKeyIsModified ();\r
     }\r
   } else if (mPlatformMode == USER_MODE) {\r