Revision: 17939
          http://sourceforge.net/p/edk2/code/17939
Author:   qlong
Date:     2015-07-14 02:57:38 +0000 (Tue, 14 Jul 2015)
Log Message:
-----------
CryptoPkg: remove redundant parentheses

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bruce Cran <[email protected]>
Reviewed-by: Qin Long <qin.long.intel.com>

Modified Paths:
--------------
    trunk/edk2/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c

Modified: trunk/edk2/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c
===================================================================
--- trunk/edk2/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c   2015-07-14 
02:24:22 UTC (rev 17938)
+++ trunk/edk2/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c   2015-07-14 
02:57:38 UTC (rev 17939)
@@ -56,7 +56,7 @@
   //
   // Check input parameters.
   //
-  if ((Md5Context == NULL)) {
+  if (Md5Context == NULL) {
     return FALSE;
   }
 


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to