kernel: remove a bunch of trailing whitespaces
[openwrt/openwrt.git] / target / linux / generic / hack-5.4 / 531-debloat_lzma.patch
index 2e453cc2f2e2262a4f5b463af223ab555c8bbe3e..2f70eee3e9040b6b524bdde543e5a08e0b70e3de 100644 (file)
@@ -106,7 +106,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 -  SZ_ERROR_MEM         - Memory allocation error
 -  SZ_ERROR_UNSUPPORTED - Unsupported properties
 -*/
--   
+-
 -SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
 -void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
 -
@@ -135,7 +135,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 -*/
 -
 -/* LzmaDec_DecodeToDic
--   
+-
 -   The decoding to internal dictionary buffer (CLzmaDec::dic).
 -   You must manually update CLzmaDec::dicPos, if it reaches CLzmaDec::dicBufSize !!!
 -
@@ -413,7 +413,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 -
 -  delta2 = p->pos - p->hash[hash2Value];
 -  curMatch = p->hash[kFix3HashSize + hashValue];
--  
+-
 -  p->hash[hash2Value] =
 -  p->hash[kFix3HashSize + hashValue] = p->pos;
 -
@@ -986,7 +986,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 -  p->rc.outStream = &outStream.funcTable;
 -
 -  res = LzmaEnc_CodeOneBlock(p, True, desiredPackSize, *unpackSize);
--  
+-
 -  *unpackSize = (UInt32)(p->nowPos64 - nowPos64);
 -  *destLen -= outStream.rem;
 -  if (outStream.overflow)