ShellPkg: Refine the code style and comment.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: : Jaben Carsey <Jaben.carsey@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16061 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Qiu Shumin 2014-09-05 01:01:24 +00:00 committed by shenshushi
parent 37a4164af3
commit 33fe830841
3 changed files with 3 additions and 2 deletions

View File

@ -605,6 +605,7 @@ ProcessManFile(
HelpSize = 0;
BriefSize = 0;
TempString = NULL;
Ascii = FALSE;
//
// See if it's in HII first
//

View File

@ -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

View File

@ -2050,7 +2050,7 @@ EfiShellFindFilesInDir(
}
SHELL_FREE_NON_NULL(BasePath);
return(Status);
}
}
/**
Get the GUID value from a human readable name.