]> git.proxmox.com Git - mirror_edk2.git/commit
Update the code to following EDK coding style document.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 7 Jul 2008 09:17:56 +0000 (09:17 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 7 Jul 2008 09:17:56 +0000 (09:17 +0000)
commita78b08d13b86c86dcfbe1c9e88a66b2b18ee7575
tree9c2d898860f7a253495aaed4e9432277863ecaf0
parentf3947f1ac735011e482b5aab452f843ddca6cfe1
Update the code to following EDK coding style document.
1) Pointer value should compare with NULL.
2) Integer should compare with 0.
3) BOOLEAN should not compare with TRUE or FALSE.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5413 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.c
MdeModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h
MdeModulePkg/Universal/BdsDxe/BootMaint/BmLib.c
MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c
MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h
MdeModulePkg/Universal/BdsDxe/BootMaint/BootOption.c
MdeModulePkg/Universal/BdsDxe/BootMaint/ConsoleOption.c
MdeModulePkg/Universal/BdsDxe/BootMaint/UpdatePage.c
MdeModulePkg/Universal/BdsDxe/BootMaint/Variable.c
MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.h
MdeModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.h