]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiMemoryLib/MemLib.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / PeiMemoryLib / MemLib.c
index 4f1f01749c60dc51a9aef8d1224318a8fc3f0e04..17fec54b543be73928865d2cd0223cdd9918683b 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Base Memory Library functions implementation bases on PeiServcie.\r
 \r
-  Copyright (c) 2006 - 2010, 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
@@ -18,7 +18,7 @@
   Copies a source buffer to a destination buffer, and returns the destination buffer.\r
 \r
   This function wraps the gPS->CopyMem ().\r
-  \r
+\r
   @param  DestinationBuffer   The pointer to the destination buffer of the memory copy.\r
   @param  SourceBuffer        The pointer to the source buffer of the memory copy.\r
   @param  Length              The number of bytes to copy from SourceBuffer to DestinationBuffer.\r
@@ -46,7 +46,7 @@ InternalMemCopyMem (
   Fills a target buffer with a byte value, and returns the target buffer.\r
 \r
   This function wraps the gPS->SetMem ().\r
-  \r
+\r
   @param  Buffer    Memory to set.\r
   @param  Size      The number of bytes to set.\r
   @param  Value     Value of the set operation.\r