]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c
CryptoPkg: remove redundant parentheses
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / Hash / CryptMd5.c
index dcf76913cce861bfb19856416ee953b2e797fbbe..e1c10e342c78ee675412cb1664251725b37d1b07 100644 (file)
@@ -56,7 +56,7 @@ Md5Init (
   //\r
   // Check input parameters.\r
   //\r
-  if ((Md5Context == NULL)) {\r
+  if (Md5Context == NULL) {\r
     return FALSE;\r
   }\r
 \r