OcDevicePathLib: Correct CRLF to LF

This commit is contained in:
Download-Fritz 2019-07-15 12:27:25 +02:00
parent e55c22af1e
commit 8bc96853a0
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ OcFileDevicePathNameLen (
EFI_DEVICE_PATH_PROTOCOL *
OcAppendDevicePathInstanceDedupe (
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath OPTIONAL,
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath OPTIONAL,
IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance OPTIONAL
);

View File

@ -738,7 +738,7 @@ OcFileDevicePathNameLen (
EFI_DEVICE_PATH_PROTOCOL *
OcAppendDevicePathInstanceDedupe (
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath OPTIONAL,
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath OPTIONAL,
IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance OPTIONAL
)
{