From 8bc96853a0bcabae3b2cd8640f7277fd61fdeb94 Mon Sep 17 00:00:00 2001 From: Download-Fritz Date: Mon, 15 Jul 2019 12:27:25 +0200 Subject: [PATCH] OcDevicePathLib: Correct CRLF to LF --- Include/Library/OcDevicePathLib.h | 2 +- Library/OcDevicePathLib/OcDevicePathLib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Include/Library/OcDevicePathLib.h b/Include/Library/OcDevicePathLib.h index 3d0a1c78..d49dc3af 100755 --- a/Include/Library/OcDevicePathLib.h +++ b/Include/Library/OcDevicePathLib.h @@ -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 ); diff --git a/Library/OcDevicePathLib/OcDevicePathLib.c b/Library/OcDevicePathLib/OcDevicePathLib.c index 3a9ec4d5..50e69384 100755 --- a/Library/OcDevicePathLib/OcDevicePathLib.c +++ b/Library/OcDevicePathLib/OcDevicePathLib.c @@ -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 ) {