diff options
Diffstat (limited to 'MdePkg/Include/Protocol/DevicePathFromText.h')
-rw-r--r-- | MdePkg/Include/Protocol/DevicePathFromText.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/MdePkg/Include/Protocol/DevicePathFromText.h b/MdePkg/Include/Protocol/DevicePathFromText.h index d00614b21d..7c4a161483 100644 --- a/MdePkg/Include/Protocol/DevicePathFromText.h +++ b/MdePkg/Include/Protocol/DevicePathFromText.h @@ -41,8 +41,7 @@ typedef EFI_DEVICE_PATH_PROTOCOL*
(EFIAPI *EFI_DEVICE_PATH_FROM_TEXT_NODE)(
IN CONST CHAR16 *TextDeviceNode
- )
-;
+ );
/**
@@ -60,8 +59,7 @@ typedef EFI_DEVICE_PATH_PROTOCOL*
(EFIAPI *EFI_DEVICE_PATH_FROM_TEXT_PATH)(
IN CONST CHAR16 *TextDevicePath
- )
-;
+ );
/**
@par Protocol Description:
|