mirror of https://github.com/acidanthera/audk.git
MdePkg: Convert files to CRLF line ending
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
4e6eb67087
commit
973f8862f2
|
@ -458,3 +458,4 @@ extern EFI_GUID gEfiTlsServiceBindingProtocolGuid;
|
|||
extern EFI_GUID gEfiTlsProtocolGuid;
|
||||
|
||||
#endif // __EFI_TLS_PROTOCOL_H__
|
||||
|
||||
|
|
|
@ -130,3 +130,4 @@ struct _EFI_TLS_CONFIGURATION_PROTOCOL {
|
|||
extern EFI_GUID gEfiTlsConfigurationProtocolGuid;
|
||||
|
||||
#endif //__EFI_TLS_CONFIGURATION_PROTOCOL_H__
|
||||
|
||||
|
|
|
@ -3266,6 +3266,7 @@ AsciiStrToIpv6Address (
|
|||
&LocalAddress.Addr[CompressStart],
|
||||
AddressIndex - CompressStart
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
if (PrefixLength != NULL) {
|
||||
|
|
Loading…
Reference in New Issue