]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c
ShellPkg: Clean up source files
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / Compress.c
index cde2c54f1b45edd5ebdfb2de952a544bd56f9c21..a8233a21f561075eed28cd73087a2dc86baedbbb 100644 (file)
@@ -7,7 +7,7 @@
   This sequence is further divided into Blocks and Huffman codings\r
   are applied to each Block.\r
 \r
-  Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 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
@@ -181,7 +181,7 @@ PutDword (
 \r
 /**\r
   Allocate memory spaces for data structures used in compression process.\r
-  \r
+\r
   @retval EFI_SUCCESS           Memory was allocated successfully.\r
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
 **/\r
@@ -740,7 +740,7 @@ MakeLen (
 \r
 /**\r
   Assign code to each symbol based on the code length array.\r
-  \r
+\r
   @param[in] LoopVar8      The number of symbols.\r
   @param[in] Len    The code length array.\r
   @param[out] Code  The stores codes for each symbol.\r
@@ -764,7 +764,7 @@ MakeCode (
     Code[LoopVar1] = Start[Len[LoopVar1]]++;\r
   }\r
 }\r
-  \r
+\r
 /**\r
   Generates Huffman codes given a frequency distribution of symbols.\r
 \r
@@ -1175,7 +1175,7 @@ HufEncodeStart (
 /**\r
   Outputs an Original Character or a Pointer.\r
 \r
-  @param[in] LoopVar5     The original character or the 'String Length' element of \r
+  @param[in] LoopVar5     The original character or the 'String Length' element of\r
                    a Pointer.\r
   @param[in] LoopVar7     The 'Position' field of a Pointer.\r
 **/\r