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:
gdong1 2008-12-23 10:25:33 +00:00
parent f7cf806ee9
commit a387653db2

View File

@ -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