Refine code to follow coding style.

Signed-off-by: Eric Dong

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14239 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10 2013-04-02 08:28:40 +00:00
parent f49146e85c
commit 993d22eb80
2 changed files with 2 additions and 2 deletions

View File

@ -266,8 +266,8 @@ UiFindChildMenuList (
/**
Search Menu with given Handle, FormSetGuid and FormId in all cached menu list.
@param FormSetGuid The Formset GUID of the menu to search.
@param Handle Hii handle related to this formset.
@param FormSetGuid The Formset GUID of the menu to search.
@param FormId The Form ID of menu to search.
@return A pointer to menu found or NULL if not found.

View File

@ -272,8 +272,8 @@ UiFindChildMenuList (
/**
Search Menu with given Handle, FormSetGuid and FormId in all cached menu list.
@param FormSetGuid The Formset GUID of the menu to search.
@param Handle Hii handle related to this formset.
@param FormSetGuid The Formset GUID of the menu to search.
@param FormId The Form ID of menu to search.
@return A pointer to menu found or NULL if not found.