MdePkg/Http.h: Refine the coding style.
Cc: Ye Ting <ting.ye@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
This commit is contained in:
parent
be61fcd2b0
commit
fd49f2c18f
|
@ -4,7 +4,7 @@
|
||||||
HTTP Service Binding Protocol (HTTPSB)
|
HTTP Service Binding Protocol (HTTPSB)
|
||||||
HTTP Protocol (HTTP)
|
HTTP Protocol (HTTP)
|
||||||
|
|
||||||
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||||
(C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP<BR>
|
(C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -358,7 +358,7 @@ typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *EFI_HTTP_CONFIGURE)(
|
(EFIAPI *EFI_HTTP_CONFIGURE)(
|
||||||
IN EFI_HTTP_PROTOCOL *This,
|
IN EFI_HTTP_PROTOCOL *This,
|
||||||
IN EFI_HTTP_CONFIG_DATA *HttpConfigData
|
IN EFI_HTTP_CONFIG_DATA *HttpConfigData OPTIONAL
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue