mirror of https://github.com/acidanthera/audk.git
Refine code to follow coding style.
Signed-off-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14008 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1f7eb561d9
commit
eafd681e28
|
@ -165,7 +165,7 @@ ShellCommandRunHelp (
|
|||
}
|
||||
ShellStatus = SHELL_NOT_FOUND;
|
||||
} else {
|
||||
if (HelpPage == TRUE) {
|
||||
if (HelpPage) {
|
||||
ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_HELP_PAGE_COMMAND), gShellLevel3HiiHandle, OutText);
|
||||
} else {
|
||||
while (OutText[StrLen(OutText)-1] == L'\r' || OutText[StrLen(OutText)-1] == L'\n' || OutText[StrLen(OutText)-1] == L' ') {
|
||||
|
|
Loading…
Reference in New Issue