mirror of https://github.com/acidanthera/audk.git
Refine code to follow coding style.
Signed-of-by: ydong10 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12346 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ae4cb94fa6
commit
4ae2e63ca4
|
@ -928,7 +928,7 @@ BasePrintLibSPrintMarker (
|
|||
FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
|
||||
}
|
||||
|
||||
if (Flags & COUNT_ONLY_NO_PRINT) {
|
||||
if ((Flags & COUNT_ONLY_NO_PRINT) != 0) {
|
||||
return (LengthToReturn / BytesPerOutputCharacter);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue