Revision: 19426
          http://sourceforge.net/p/edk2/code/19426
Author:   vanjeff
Date:     2015-12-21 07:19:40 +0000 (Mon, 21 Dec 2015)
Log Message:
-----------
MdeModulePkg: Clean code to follow C Coding style.

Clean code to follow C Coding style.

(Sync patch r18943 from main trunk.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/18943

Modified Paths:
--------------
    branches/UDK2015/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c

Modified: branches/UDK2015/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c
===================================================================
--- branches/UDK2015/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c       
2015-12-21 07:19:08 UTC (rev 19425)
+++ branches/UDK2015/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c       
2015-12-21 07:19:40 UTC (rev 19426)
@@ -189,7 +189,7 @@
       *IsRightBracket = TRUE;
     }
     
-    if (Char == ':' && *IsRightBracket == TRUE) {
+    if (Char == ':' && *IsRightBracket) {
       return UrlParserPortStart;
     }
     return UrlParserHostIpv6;


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to