mirror of https://github.com/acidanthera/audk.git
Fix minor coding style issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7388 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8e5ac092df
commit
841c077074
|
@ -197,7 +197,7 @@ BasePrintLibConvertValueToString (
|
|||
//
|
||||
// If both COMMA_TYPE and HEX_RADIX are set, then ASSERT ()
|
||||
//
|
||||
ASSERT (((Flags & COMMA_TYPE) != 0 && (Flags & RADIX_HEX) != 0) == FALSE);
|
||||
ASSERT (((Flags & COMMA_TYPE) == 0) || ((Flags & RADIX_HEX) == 0));
|
||||
|
||||
OriginalBuffer = Buffer;
|
||||
|
||||
|
|
Loading…
Reference in New Issue