summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/Rest.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/Rest.h')
-rw-r--r--MdePkg/Include/Protocol/Rest.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Protocol/Rest.h b/MdePkg/Include/Protocol/Rest.h
index e54710ccc7..8da6ed73be 100644
--- a/MdePkg/Include/Protocol/Rest.h
+++ b/MdePkg/Include/Protocol/Rest.h
@@ -43,7 +43,7 @@ typedef struct _EFI_REST_PROTOCOL EFI_REST_PROTOCOL;
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_REST_SEND_RECEIVE) (
+(EFIAPI *EFI_REST_SEND_RECEIVE)(
IN EFI_REST_PROTOCOL *This,
IN EFI_HTTP_MESSAGE *RequestMessage,
OUT EFI_HTTP_MESSAGE *ResponseMessage
@@ -66,7 +66,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_REST_GET_TIME) (
+(EFIAPI *EFI_REST_GET_TIME)(
IN EFI_REST_PROTOCOL *This,
OUT EFI_TIME *Time
);
@@ -79,10 +79,10 @@ EFI_STATUS
/// interfaces that abstract HTTP access to the resources.
///
struct _EFI_REST_PROTOCOL {
- EFI_REST_SEND_RECEIVE SendReceive;
- EFI_REST_GET_TIME GetServiceTime;
+ EFI_REST_SEND_RECEIVE SendReceive;
+ EFI_REST_GET_TIME GetServiceTime;
};
-extern EFI_GUID gEfiRestProtocolGuid;
+extern EFI_GUID gEfiRestProtocolGuid;
#endif