mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
correct some code style issue
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7104 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f7cf806ee9
commit
a387653db2
@ -73,7 +73,7 @@ EFI_HII_PACKAGES *
|
|||||||
InternalPreparePackages (
|
InternalPreparePackages (
|
||||||
IN UINTN NumberOfPackages,
|
IN UINTN NumberOfPackages,
|
||||||
IN CONST EFI_GUID *Guid OPTIONAL,
|
IN CONST EFI_GUID *Guid OPTIONAL,
|
||||||
VA_LIST Marker
|
IN VA_LIST Marker
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
EFI_HII_PACKAGES *HiiPackages;
|
EFI_HII_PACKAGES *HiiPackages;
|
||||||
@ -109,7 +109,6 @@ InternalPreparePackages (
|
|||||||
@Param ... The variable argument list of package pointers.
|
@Param ... The variable argument list of package pointers.
|
||||||
|
|
||||||
@return The allocated and initialized packages.
|
@return The allocated and initialized packages.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_HII_PACKAGES *
|
EFI_HII_PACKAGES *
|
||||||
EFIAPI
|
EFIAPI
|
||||||
@ -144,7 +143,6 @@ PreparePackages (
|
|||||||
|
|
||||||
@return
|
@return
|
||||||
The allocated and initialized packages.
|
The allocated and initialized packages.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
@ -189,7 +187,6 @@ HiiLibAddPackages (
|
|||||||
List later.
|
List later.
|
||||||
|
|
||||||
@return VOID
|
@return VOID
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user