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:
Dandan Bi 2015-05-21 07:02:51 +00:00 committed by dandanbi
parent 4cd67a4d43
commit 2d9cdfd86e
1 changed files with 1 additions and 0 deletions

View File

@ -1444,6 +1444,7 @@ IsLineBreak (
//
// Mandatory line break characters, which force a line-break
//
case 0x000A:
case 0x000C:
case 0x000D:
case 0x2028: