Revision: 14008
          http://edk2.svn.sourceforge.net/edk2/?rev=14008&view=rev
Author:   ydong10
Date:     2012-12-17 11:16:16 +0000 (Mon, 17 Dec 2012)
Log Message:
-----------
Refine code to follow coding style.

Signed-off-by: Eric Dong <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c

Modified: trunk/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c
===================================================================
--- trunk/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c       
2012-12-17 06:48:35 UTC (rev 14007)
+++ trunk/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c       
2012-12-17 11:16:16 UTC (rev 14008)
@@ -165,7 +165,7 @@
               }
               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' ') {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to