]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add extra space to match linux kernel staging v1.4.10
authorNick Terrell <terrelln@fb.com>
Wed, 23 Feb 2022 03:58:18 +0000 (19:58 -0800)
committerNick Terrell <terrelln@fb.com>
Wed, 23 Feb 2022 03:58:18 +0000 (19:58 -0800)
lib/compress/zstd_opt.c

index c1b311effc6ee5d4dd73a85977a1e8d2c7c39a1a..1d80b5109d56531c34afc5541286213196a8f722 100644 (file)
@@ -908,7 +908,7 @@ static void ZSTD_optLdm_processMatchCandidate(ZSTD_optLdm_t* optLdm, ZSTD_match_
              */
             U32 posOvershoot = currPosInBlock - optLdm->endPosInBlock;
             ZSTD_optLdm_skipRawSeqStoreBytes(&optLdm->seqStore, posOvershoot);
-        }
+        } 
         ZSTD_opt_getNextMatchAndUpdateSeqStore(optLdm, currPosInBlock, remainingBytes);
     }
     ZSTD_optLdm_maybeAddMatch(matches, nbMatches, optLdm, currPosInBlock);