mirror of https://github.com/acidanthera/audk.git
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:
parent
f49146e85c
commit
993d22eb80
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue