]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/CpuCommonFeaturesLib: Fix coding style issue
authorDandan Bi <dandan.bi@intel.com>
Wed, 7 Mar 2018 05:20:29 +0000 (13:20 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 8 Mar 2018 00:58:48 +0000 (08:58 +0800)
commite01d92d43f019d6704e4998d9798313901181cb0
tree1ff165705ada2798a399050cf897cda69282e3aa
parentf7d05bddd7e7a1f094a549b5da8d0141d4060c25
UefiCpuPkg/CpuCommonFeaturesLib: Fix coding style issue

Boolean values do not need to use explicit comparisons
to TRUE or FALSE.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
UefiCpuPkg/Library/CpuCommonFeaturesLib/MachineCheck.c