aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/cbfstool/lzma/C/LzmaEnc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/cbfstool/lzma/C/LzmaEnc.c b/util/cbfstool/lzma/C/LzmaEnc.c
index e7d14c59a8..f2a832059a 100644
--- a/util/cbfstool/lzma/C/LzmaEnc.c
+++ b/util/cbfstool/lzma/C/LzmaEnc.c
@@ -1246,7 +1246,7 @@ static uint32_t GetOptimum(struct CLzmaEnc *p, uint32_t position, uint32_t *back
startLen = lenTest + 1;
/* if (_maxMode) */
- {
+ {
uint32_t lenTest2 = lenTest + 1;
uint32_t limit = lenTest2 + p->numFastuint8_ts;
uint32_t nextRepMatchPrice;
@@ -1290,7 +1290,7 @@ static uint32_t GetOptimum(struct CLzmaEnc *p, uint32_t position, uint32_t *back
}
}
}
- }
+ }
}
}
/* for (uint32_t lenTest = 2; lenTest <= newLen; lenTest++) */