]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/LZMA: fix the format issue for last patch
authorYonghong Zhu <yonghong.zhu@intel.com>
Tue, 1 Mar 2016 04:41:30 +0000 (12:41 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 3 Mar 2016 04:06:41 +0000 (12:06 +0800)
commitb9da8fe0e3a1353af0f5d698f449210908bab491
tree1c1f6d5e59df008559b56d766aea5349f955d306
parent5a676df9cddfd659f65c39a1d984971d916fd00b
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>
BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaEnc.c