summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/DevicePathToText.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/DevicePathToText.h')
-rw-r--r--MdePkg/Include/Protocol/DevicePathToText.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/DevicePathToText.h b/MdePkg/Include/Protocol/DevicePathToText.h
index 092ebea..0946794 100644
--- a/MdePkg/Include/Protocol/DevicePathToText.h
+++ b/MdePkg/Include/Protocol/DevicePathToText.h
@@ -43,7 +43,7 @@
**/
typedef
CHAR16*
-(EFIAPI *EFI_DEVICE_PATH_TO_TEXT_NODE) (
+(EFIAPI *EFI_DEVICE_PATH_TO_TEXT_NODE)(
IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
IN BOOLEAN DisplayOnly,
IN BOOLEAN AllowShortcuts
@@ -67,7 +67,7 @@ CHAR16*
**/
typedef
CHAR16*
-(EFIAPI *EFI_DEVICE_PATH_TO_TEXT_PATH) (
+(EFIAPI *EFI_DEVICE_PATH_TO_TEXT_PATH)(
IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
IN BOOLEAN DisplayOnly,
IN BOOLEAN AllowShortcuts