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:
@@ -342,7 +342,7 @@ BasePrintLibSPrintMarker (
|
|||||||
// DxePrintLibPrint2Protocol (both PrintLib instances).
|
// DxePrintLibPrint2Protocol (both PrintLib instances).
|
||||||
//
|
//
|
||||||
|
|
||||||
if (Flags & COUNT_ONLY_NO_PRINT) {
|
if ((Flags & COUNT_ONLY_NO_PRINT) != 0) {
|
||||||
if (BufferSize == 0) {
|
if (BufferSize == 0) {
|
||||||
Buffer = NULL;
|
Buffer = NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user