mirror of https://github.com/acidanthera/audk.git
Refine code to follow coding style.
Signed-off-by: ydong10 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12196 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
581900d983
commit
83f1f16a83
|
@ -342,7 +342,7 @@ BasePrintLibSPrintMarker (
|
|||
// DxePrintLibPrint2Protocol (both PrintLib instances).
|
||||
//
|
||||
|
||||
if (Flags & COUNT_ONLY_NO_PRINT) {
|
||||
if ((Flags & COUNT_ONLY_NO_PRINT) != 0) {
|
||||
if (BufferSize == 0) {
|
||||
Buffer = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue