From: Qiu Shumin Date: Fri, 5 Sep 2014 01:01:24 +0000 (+0000) Subject: ShellPkg: Refine the code style and comment. X-Git-Tag: edk2-stable201903~10934 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=33fe83084113c7239bbdedb6ea64194fd4984e52 ShellPkg: Refine the code style and comment. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin Reviewed-by: : Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16061 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ShellPkg/Application/Shell/ShellManParser.c b/ShellPkg/Application/Shell/ShellManParser.c index 0cbfbaabba..30470e1987 100644 --- a/ShellPkg/Application/Shell/ShellManParser.c +++ b/ShellPkg/Application/Shell/ShellManParser.c @@ -605,6 +605,7 @@ ProcessManFile( HelpSize = 0; BriefSize = 0; TempString = NULL; + Ascii = FALSE; // // See if it's in HII first // diff --git a/ShellPkg/Application/Shell/ShellParametersProtocol.c b/ShellPkg/Application/Shell/ShellParametersProtocol.c index ff149009b1..452c4c18d8 100644 --- a/ShellPkg/Application/Shell/ShellParametersProtocol.c +++ b/ShellPkg/Application/Shell/ShellParametersProtocol.c @@ -30,7 +30,7 @@ @param[in, out] Walker pointer to string of command line. Adjusted to reminaing command line on return @param[in, out] TempParameter pointer to string of command line item extracted. - + @param[in] Length buffer size of TempParameter. **/ VOID EFIAPI diff --git a/ShellPkg/Application/Shell/ShellProtocol.c b/ShellPkg/Application/Shell/ShellProtocol.c index a44afde436..692e42b737 100644 --- a/ShellPkg/Application/Shell/ShellProtocol.c +++ b/ShellPkg/Application/Shell/ShellProtocol.c @@ -2050,7 +2050,7 @@ EfiShellFindFilesInDir( } SHELL_FREE_NON_NULL(BasePath); return(Status); - } +} /** Get the GUID value from a human readable name.