From d42aab6e615abc574064e949f0b194a3ccaf01f0 Mon Sep 17 00:00:00 2001 From: "Tian, Hot" Date: Wed, 22 Jan 2014 08:40:29 +0000 Subject: Fix CRLF format Signed-off-by: Tian, Hot git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15160 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit') diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.c index ba15a49ce1..1d770ea0c1 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.c @@ -184,7 +184,7 @@ HBufferImageBackup ( return EFI_SUCCESS; } -/** +/** Free all the lines in HBufferImage. Fields affected: Lines @@ -732,7 +732,7 @@ HBufferImageRestorePosition ( return EFI_SUCCESS; } -/** +/** Refresh function for HBufferImage. @retval EFI_SUCCESS The operation was successful. @@ -1027,7 +1027,7 @@ HBufferImageSave ( return Status; } -/** +/** Create a new line and append it to the line list. Fields affected: NumLines @@ -1074,7 +1074,7 @@ HBufferImageCreateLine ( return Line; } -/** +/** Free the current image. @retval EFI_SUCCESS The operation was successful. @@ -1092,7 +1092,7 @@ HBufferImageFree ( return EFI_SUCCESS; } -/** +/** change char to int value based on Hex. @param[in] Char The input char. -- cgit v1.2.3