mirror of https://github.com/acidanthera/audk.git
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:
parent
37a4164af3
commit
33fe830841
|
@ -605,6 +605,7 @@ ProcessManFile(
|
|||
HelpSize = 0;
|
||||
BriefSize = 0;
|
||||
TempString = NULL;
|
||||
Ascii = FALSE;
|
||||
//
|
||||
// See if it's in HII first
|
||||
//
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2050,7 +2050,7 @@ EfiShellFindFilesInDir(
|
|||
}
|
||||
SHELL_FREE_NON_NULL(BasePath);
|
||||
return(Status);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
Get the GUID value from a human readable name.
|
||||
|
|
Loading…
Reference in New Issue