]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.c
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / HttpUtilitiesDxe / HttpUtilitiesDxe.c
index 8c54874b9fa62d80f0579dc68a86225607e4a160..290107880bd9cad52ee3b91392d94bbafc7e4f0b 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The DriverEntryPoint and Unload for HttpUtilities driver.\r
 \r
-  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -25,7 +25,7 @@
   @retval EFI_INVALID_PARAMETER ImageHandle is not a valid image handle.\r
 \r
 **/\r
-EFI_STATUS \r
+EFI_STATUS\r
 EFIAPI\r
 HttpUtilitiesDxeUnload (\r
   IN EFI_HANDLE  ImageHandle\r
@@ -59,11 +59,11 @@ HttpUtilitiesDxeUnload (
     // Firstly, find HttpUtilitiesProtocol interface\r
     //\r
     Status = gBS->OpenProtocol (\r
-                    HandleBuffer[Index], \r
-                    &gEfiHttpUtilitiesProtocolGuid, \r
-                    (VOID **) &HttpUtilitiesProtocol, \r
-                    ImageHandle, \r
-                    NULL, \r
+                    HandleBuffer[Index],\r
+                    &gEfiHttpUtilitiesProtocolGuid,\r
+                    (VOID **) &HttpUtilitiesProtocol,\r
+                    ImageHandle,\r
+                    NULL,\r
                     EFI_OPEN_PROTOCOL_BY_HANDLE_PROTOCOL\r
                     );\r
     if (EFI_ERROR (Status)) {\r
@@ -72,7 +72,7 @@ HttpUtilitiesDxeUnload (
 \r
     //\r
     // Then, uninstall HttpUtilities interface\r
-    // \r
+    //\r
     Status = gBS->UninstallMultipleProtocolInterfaces (\r
                     HandleBuffer[Index],\r
                     &gEfiHttpUtilitiesProtocolGuid, HttpUtilitiesProtocol,\r
@@ -120,7 +120,7 @@ HttpUtilitiesDxeDriverEntryPoint (
                   &mHttpUtilitiesProtocol,\r
                   NULL\r
                   );\r
-  \r
+\r
   return Status;\r
 }\r
 \r