]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Core/Dxe/Mem/HeapGuard.c
MdeModulePkg/Core: correct one coding style
authorJian J Wang <jian.j.wang@intel.com>
Sat, 27 Oct 2018 02:12:13 +0000 (10:12 +0800)
committerJian J Wang <jian.j.wang@intel.com>
Sat, 27 Oct 2018 13:33:13 +0000 (21:33 +0800)
commit895415ed47c5796b8e0ddd905f20817f9f4bf114
tree1bae4d478070d047dd776a942dd35ef3f9a0aca3
parent23a62c699054a89e0a22e372c7d5e8384e614e31
MdeModulePkg/Core: correct one coding style

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1284

Non-Boolean comparisons should use a compare operator
(==, !=, >, < >=, <=)

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
MdeModulePkg/Core/Dxe/Mem/HeapGuard.c