]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpBootDxe/HttpBootSupport.c
NetworkPkg/HttpBootDxe: Refine the coding style.
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootSupport.c
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