]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools LzmaCompress: Fix GCC warning misleading-indentation
authorLiming Gao <liming.gao@intel.com>
Tue, 9 Oct 2018 07:06:14 +0000 (15:06 +0800)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 9 Oct 2018 09:47:25 +0000 (11:47 +0200)
commit50431b9cc70cd5a084ebd85436bfdd6e2e4b89a7
tree44535752e593310278ed9dfab8a3c015d5318fb5
parent39bbbc87593904a0080d6187ba6863ab565dd985
BaseTools LzmaCompress: Fix GCC warning misleading-indentation

GCC 6 or above reports the warning misleading-indentation.
This patch fixes it.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1234
[lersek@redhat.com: reference the BZ that got reported meanwhile]
BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaEnc.c