]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg/HttpBootDxe: Refine the coding style.
authorJiaxin Wu <jiaxin.wu@intel.com>
Tue, 8 Aug 2017 07:21:20 +0000 (15:21 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Wed, 9 Aug 2017 00:29:55 +0000 (08:29 +0800)
Cc: Ye Ting <ting.ye@intel.com>
Cc: Bi Dandan <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
NetworkPkg/HttpBootDxe/HttpBootSupport.c
NetworkPkg/HttpBootDxe/HttpBootSupport.h

index 4e78cf3b962d1aac9fdc46cf3dfc51232b84daec..d508e2c1a979f85df8ace5f4a5c2940bdfb2c921 100644 (file)
@@ -1331,7 +1331,7 @@ HttpBootRegisterRamDisk (
 BOOLEAN\r
 HttpBootIsHttpRedirectStatusCode (\r
   IN   EFI_HTTP_STATUS_CODE        StatusCode\r
- )\r
 )\r
 {\r
   if (StatusCode == HTTP_STATUS_301_MOVED_PERMANENTLY ||\r
       StatusCode == HTTP_STATUS_302_FOUND ||\r
index c10b2cf5221b9c9db3d2a6ac7071c5f608cceca9..9b7acd9e1b92fa74c7720ff6311aba8422e3452f 100644 (file)
@@ -457,5 +457,5 @@ HttpBootRegisterRamDisk (
 BOOLEAN\r
 HttpBootIsHttpRedirectStatusCode (\r
   IN   EFI_HTTP_STATUS_CODE        StatusCode\r
- );\r
 );\r
 #endif\r