]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / UefiBootServicesTableLib / UefiBootServicesTableLib.c
index 750a26800101a4d4b1aea07361733d562ab22782..aa4789ee2e9959264b08a77816db8bfef8e06614 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
-  This library retrieve the EFI_BOOT_SERVICES pointer from EFI system table in \r
+  This library retrieve the EFI_BOOT_SERVICES pointer from EFI system table in\r
   library's constructor.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -25,7 +25,7 @@ EFI_BOOT_SERVICES  *gBS         = NULL;
 \r
 /**\r
   The constructor function caches the pointer of Boot Services Table.\r
-    \r
+\r
   The constructor function caches the pointer of Boot Services Table through System Table.\r
   It will ASSERT() if the pointer of System Table is NULL.\r
   It will ASSERT() if the pointer of Boot Services Table is NULL.\r