]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.h
MdeModulePkg: strip trailing whitespace
[mirror_edk2.git] / MdeModulePkg / Library / LzmaCustomDecompressLib / Sdk / C / LzmaDec.h
index 28ce60c3ea94eedd628e7e43faecf9b6259d74ae..ebc568cb4ff44e21d43828a417518e033fa0b20b 100644 (file)
@@ -135,7 +135,7 @@ LzmaDec_Allocate* can return:
   SZ_ERROR_MEM         - Memory allocation error\r
   SZ_ERROR_UNSUPPORTED - Unsupported properties\r
 */\r
-   \r
+\r
 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc);\r
 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc);\r
 \r
@@ -164,7 +164,7 @@ void LzmaDec_Free(CLzmaDec *p, ISzAllocPtr alloc);
 */\r
 \r
 /* LzmaDec_DecodeToDic\r
-   \r
+\r
    The decoding to internal dictionary buffer (CLzmaDec::dic).\r
    You must manually update CLzmaDec::dicPos, if it reaches CLzmaDec::dicBufSize !!!\r
 \r