mirror of https://github.com/acidanthera/audk.git
ShellPkg: Fix the coding style issue
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
7937bf2b04
commit
8009b2e47f
|
@ -298,8 +298,8 @@ FileInterfaceNulWrite(
|
|||
@param[in] InputString The command line to expand.
|
||||
@param[in] StringLen Length of the command line.
|
||||
@param[in] BufferSize Buffer size.
|
||||
@param[out] TabCompletionList Return the TAB completion list.
|
||||
@param[out] TabUpdatePos Return the TAB update position.
|
||||
@param[in, out] TabCompletionList Return the TAB completion list.
|
||||
@param[in, out] TabUpdatePos Return the TAB update position.
|
||||
**/
|
||||
EFI_STATUS
|
||||
CreateTabCompletionList (
|
||||
|
|
Loading…
Reference in New Issue