ShellPkg: Fix comments. Refine code style.
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@15815 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -215,7 +215,7 @@ ShellCommandLibDestructor (
|
||||
}
|
||||
|
||||
/**
|
||||
Find a dynamic command protocol instance given a command name string
|
||||
Find a dynamic command protocol instance given a command name string.
|
||||
|
||||
@param CommandString the command name string
|
||||
|
||||
@ -277,7 +277,7 @@ ShellCommandDynamicCommandExists (
|
||||
IN CONST CHAR16 *CommandString
|
||||
)
|
||||
{
|
||||
return (ShellCommandFindDynamicCommand(CommandString) != NULL);
|
||||
return (BOOLEAN) ((ShellCommandFindDynamicCommand(CommandString) != NULL));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user