mirror of https://github.com/acidanthera/audk.git
BaseTools/LZMA: fix the format issue for last patch
There are no functional changes in this patch. fixing the format base on last commit. The only change is 1) add back the blank line, which can help we better compare with the original LZMA source code. 2) remove the indent of #ifndef and #endif. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
5a676df9cd
commit
b9da8fe0e3
|
@ -1366,6 +1366,7 @@ static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes)
|
|||
|
||||
if (repIndex == 0)
|
||||
startLen = lenTest + 1;
|
||||
|
||||
#ifndef _MSC_VER
|
||||
if (1 /* _maxMode */)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue