diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-04 09:37:28 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-04 09:37:28 +0000 |
commit | ed66e1bc0d2be0a185fc47adab4930c3b7e2767f (patch) | |
tree | 5709b407529f37f5a069d36ec5a0d3b04db9c3ba /Nt32Pkg/WinNtGopDxe | |
parent | 1f3a753ee68ac1c7a620e8064fdda718cf413761 (diff) | |
download | edk2-platforms-ed66e1bc0d2be0a185fc47adab4930c3b7e2767f.tar.xz |
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
Diffstat (limited to 'Nt32Pkg/WinNtGopDxe')
-rw-r--r-- | Nt32Pkg/WinNtGopDxe/WinNtGop.h | 30 |
1 files changed, 10 insertions, 20 deletions
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
- )
-;
+ );
|