From 7bbe3bb9f0caf518af89bc18b99cd9ac32ceff3f Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Fri, 7 Dec 2018 11:23:21 +0100 Subject: vendorcode/{amd,cavium,intel}: Remove trailing whitespace find src -type f "!" -regex ".*\.\(vbt\|bin\)" -exec sed -i -e "s,\s\+$,,g" {} \; Change-Id: Ic70cf8524dcd0a0f5700f91b704b3c545dd8a01a Signed-off-by: Peter Lemenkov Reviewed-on: https://review.coreboot.org/c/30959 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/PcdInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/PcdInfo.h') diff --git a/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/PcdInfo.h b/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/PcdInfo.h index a06fff13fc..1ebbef43f2 100644 --- a/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/PcdInfo.h +++ b/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/PcdInfo.h @@ -2,9 +2,9 @@ Native Platform Configuration Database (PCD) INFO PPI The PPI that provides additional information about items that reside in the PCD database. - + Different with the EFI_GET_PCD_INFO_PPI defined in PI 1.2.1 specification, - the native PCD INFO PPI provide interfaces for dynamic and dynamic-ex type PCD. + the native PCD INFO PPI provide interfaces for dynamic and dynamic-ex type PCD. The interfaces for dynamic type PCD do not require the token space guid as parameter, but interfaces for dynamic-ex type PCD require token space guid as parameter. -- cgit v1.2.3