diff options
| author | Peter Jones <pjones@redhat.com> | 2021-02-14 11:21:27 -0500 |
|---|---|---|
| committer | Javier Martinez Canillas <javier@dowhile0.org> | 2021-02-16 09:12:48 +0100 |
| commit | a6c726fc81e53fff07942d0d50a7d274bedb4cb6 (patch) | |
| tree | 6827f673e09bcd709f4c53d5982166678073c077 /lib/security_policy.c | |
| parent | d230d02f990f02293736dca78b108f86c86d1bd0 (diff) | |
| download | efi-boot-shim-a6c726fc81e53fff07942d0d50a7d274bedb4cb6.tar.gz efi-boot-shim-a6c726fc81e53fff07942d0d50a7d274bedb4cb6.zip | |
Fix a bunch of trivial trailing whitespace issues.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib/security_policy.c')
| -rw-r--r-- | lib/security_policy.c | 6 |
1 files changed, 3 insertions, 3 deletions
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; |
