]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/Oniguruma: Remove redundant IF statement
authorShenglei Zhang <shenglei.zhang@intel.com>
Tue, 15 Oct 2019 06:46:26 +0000 (14:46 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 4 Nov 2019 00:54:24 +0000 (08:54 +0800)
commit2b23beb043a10dd3c00f43c1f7bb72f47554ff3a
treea19c4edc61981e9dcf9b7e07432611c67ba055b7
parentc18708d2f002a6ea43ed65d6c76dc4020687005c
MdeModulePkg/Oniguruma: Remove redundant IF statement

The if statement is not necessary, so keep it to edk2 style.
And this change has been merged to onigruma.
REF:https://github.com/kkos/oniguruma/pull/158

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold1_key.c
MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold2_key.c
MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_fold3_key.c
MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/unicode_unfold_key.c