From a6c726fc81e53fff07942d0d50a7d274bedb4cb6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Sun, 14 Feb 2021 11:21:27 -0500 Subject: Fix a bunch of trivial trailing whitespace issues. Signed-off-by: Peter Jones --- lib/security_policy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/security_policy.c') diff --git a/lib/security_policy.c b/lib/security_policy.c index da3cdcd3..6a9b13ed 100644 --- a/lib/security_policy.c +++ b/lib/security_policy.c @@ -54,7 +54,7 @@ extern EFI_STATUS thunk_security_policy_authentication( const EFI_SECURITY_PROTOCOL *This, UINT32 AuthenticationStatus, const EFI_DEVICE_PATH_PROTOCOL *DevicePath - ) + ) __attribute__((unused)); extern EFI_STATUS thunk_security2_policy_authentication( @@ -63,7 +63,7 @@ extern EFI_STATUS thunk_security2_policy_authentication( VOID *FileBuffer, UINTN FileSize, BOOLEAN BootPolicy - ) + ) __attribute__((unused)); static __attribute__((used)) EFI_STATUS @@ -106,7 +106,7 @@ security_policy_authentication ( ) { EFI_STATUS efi_status, fail_status; - EFI_DEVICE_PATH *DevPath + EFI_DEVICE_PATH *DevPath = DuplicateDevicePath((EFI_DEVICE_PATH *)DevicePathConst), *OrigDevPath = DevPath; EFI_HANDLE h; -- cgit v1.2.3