summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/Ip4Config.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:37:28 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-04 09:37:28 +0000
commited66e1bc0d2be0a185fc47adab4930c3b7e2767f (patch)
tree5709b407529f37f5a069d36ec5a0d3b04db9c3ba /MdePkg/Include/Protocol/Ip4Config.h
parent1f3a753ee68ac1c7a620e8064fdda718cf413761 (diff)
downloadedk2-ed66e1bc0d2be0a185fc47adab4930c3b7e2767f.tar.gz
edk2-ed66e1bc0d2be0a185fc47adab4930c3b7e2767f.tar.bz2
edk2-ed66e1bc0d2be0a185fc47adab4930c3b7e2767f.zip
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 'MdePkg/Include/Protocol/Ip4Config.h')
-rw-r--r--MdePkg/Include/Protocol/Ip4Config.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/MdePkg/Include/Protocol/Ip4Config.h b/MdePkg/Include/Protocol/Ip4Config.h
index 6dc9e615bc..444be530ce 100644
--- a/MdePkg/Include/Protocol/Ip4Config.h
+++ b/MdePkg/Include/Protocol/Ip4Config.h
@@ -65,8 +65,7 @@ EFI_STATUS
IN EFI_IP4_CONFIG_PROTOCOL *This,
IN EFI_EVENT DoneEvent,
IN EFI_EVENT ReconfigEvent
- )
-;
+ );
/**
Stops running the configuration policy for the EFI IPv4 Protocol driver.
@@ -82,8 +81,7 @@ typedef
EFI_STATUS
(EFIAPI *EFI_IP4_CONFIG_STOP)(
IN EFI_IP4_CONFIG_PROTOCOL *This
- )
-;
+ );
/**
Returns the default configuration data (if any) for the EFI IPv4 Protocol driver.
@@ -110,8 +108,7 @@ EFI_STATUS
IN EFI_IP4_CONFIG_PROTOCOL *This,
IN OUT UINTN *IpConfigDataSize,
OUT EFI_IP4_IPCONFIG_DATA *IpConfigData OPTIONAL
- )
-;
+ );
/**
@par Protocol Description: