mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +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 (
|
||||
IN UINTN NumberOfPackages,
|
||||
IN CONST EFI_GUID *Guid OPTIONAL,
|
||||
VA_LIST Marker
|
||||
IN VA_LIST Marker
|
||||
)
|
||||
{
|
||||
EFI_HII_PACKAGES *HiiPackages;
|
||||
@ -109,7 +109,6 @@ InternalPreparePackages (
|
||||
@Param ... The variable argument list of package pointers.
|
||||
|
||||
@return The allocated and initialized packages.
|
||||
|
||||
**/
|
||||
EFI_HII_PACKAGES *
|
||||
EFIAPI
|
||||
@ -144,7 +143,6 @@ PreparePackages (
|
||||
|
||||
@return
|
||||
The allocated and initialized packages.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
@ -189,7 +187,6 @@ HiiLibAddPackages (
|
||||
List later.
|
||||
|
||||
@return VOID
|
||||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
|
Loading…
x
Reference in New Issue
Block a user