mirror of https://github.com/acidanthera/audk.git
MdeModulePkg:Add line break character
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17491 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4cd67a4d43
commit
2d9cdfd86e
|
@ -1444,6 +1444,7 @@ IsLineBreak (
|
|||
//
|
||||
// Mandatory line break characters, which force a line-break
|
||||
//
|
||||
case 0x000A:
|
||||
case 0x000C:
|
||||
case 0x000D:
|
||||
case 0x2028:
|
||||
|
|
Loading…
Reference in New Issue