]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/UefiPxeBcDxe/ComponentName.c
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / ComponentName.c
index 6e48d4aa188f2e6b73acd4cd0dc0dadcf9141adc..40af1dac0e62f70c0bbff438de3db21c6d84df18 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   UEFI Component Name(2) protocol implementation for UefiPxeBc driver.\r
 \r
 /** @file\r
   UEFI Component Name(2) protocol implementation for UefiPxeBc driver.\r
 \r
-  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 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
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -324,7 +324,7 @@ PxeBcComponentNameGetControllerName (
   if (ControllerHandle == NULL || ChildHandle != NULL) {\r
     return EFI_UNSUPPORTED;\r
   }\r
   if (ControllerHandle == NULL || ChildHandle != NULL) {\r
     return EFI_UNSUPPORTED;\r
   }\r
-  \r
+\r
   NicHandle = PxeBcGetNicByIp4Children (ControllerHandle);\r
   if (NicHandle == NULL) {\r
     NicHandle = PxeBcGetNicByIp6Children (ControllerHandle);\r
   NicHandle = PxeBcGetNicByIp4Children (ControllerHandle);\r
   if (NicHandle == NULL) {\r
     NicHandle = PxeBcGetNicByIp6Children (ControllerHandle);\r