From ed66e1bc0d2be0a185fc47adab4930c3b7e2767f Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 4 Sep 2008 09:37:28 +0000 Subject: clean up the un-suitable ';' location when declaring the functions. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5820 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/WinNtGopDxe/WinNtGop.h | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) (limited to 'Nt32Pkg/WinNtGopDxe/WinNtGop.h') diff --git a/Nt32Pkg/WinNtGopDxe/WinNtGop.h b/Nt32Pkg/WinNtGopDxe/WinNtGop.h index cd52bc175a..ee2eb9a589 100644 --- a/Nt32Pkg/WinNtGopDxe/WinNtGop.h +++ b/Nt32Pkg/WinNtGopDxe/WinNtGop.h @@ -188,8 +188,7 @@ extern EFI_GUID gSimpleTextInExNotifyGuid; EFI_STATUS WinNtGopSupported ( IN EFI_WIN_NT_IO_PROTOCOL *WinNtIo - ) -; + ); /** @@ -203,8 +202,7 @@ WinNtGopSupported ( EFI_STATUS WinNtGopConstructor ( IN GOP_PRIVATE_DATA *Private - ) -; + ); /** @@ -218,8 +216,7 @@ WinNtGopConstructor ( EFI_STATUS WinNtGopDestructor ( IN GOP_PRIVATE_DATA *Private - ) -; + ); // // UEFI 2.0 driver model prototypes for Win NT GOP @@ -240,8 +237,7 @@ EFIAPI WinNtGopInitialize ( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable - ) -; + ); /** @@ -260,8 +256,7 @@ WinNtGopDriverBindingSupported ( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Handle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath - ) -; + ); /** @@ -280,8 +275,7 @@ WinNtGopDriverBindingStart ( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Handle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath - ) -; + ); /** @@ -302,8 +296,7 @@ WinNtGopDriverBindingStop ( IN EFI_HANDLE Handle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer - ) -; + ); /** @@ -319,8 +312,7 @@ EFI_STATUS GopPrivateAddQ ( IN GOP_PRIVATE_DATA *Private, IN EFI_INPUT_KEY Key - ) -; + ); /** @@ -334,8 +326,7 @@ GopPrivateAddQ ( EFI_STATUS WinNtGopInitializeSimpleTextInForWindow ( IN GOP_PRIVATE_DATA *Private - ) -; + ); /** @@ -349,8 +340,7 @@ WinNtGopInitializeSimpleTextInForWindow ( EFI_STATUS WinNtGopDestroySimpleTextInForWindow ( IN GOP_PRIVATE_DATA *Private - ) -; + ); -- cgit v1.2.3