Fix a bunch of trivial trailing whitespace issues.

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2021-02-14 11:21:27 -05:00 committed by Javier Martinez Canillas
parent d230d02f99
commit a6c726fc81
10 changed files with 66 additions and 68 deletions

View File

@ -61,7 +61,6 @@ typedef struct {
EFI_IMAGE_EXECUTION_INFO InformationInfo[]; EFI_IMAGE_EXECUTION_INFO InformationInfo[];
} EFI_IMAGE_EXECUTION_INFO_TABLE; } EFI_IMAGE_EXECUTION_INFO_TABLE;
void * void *
configtable_get_table(EFI_GUID *guid); configtable_get_table(EFI_GUID *guid);
EFI_IMAGE_EXECUTION_INFO_TABLE * EFI_IMAGE_EXECUTION_INFO_TABLE *

View File

@ -31,5 +31,4 @@ typedef struct {
/// ///
} WIN_CERTIFICATE; } WIN_CERTIFICATE;
#endif /* SHIM_WINCERT_H */ #endif /* SHIM_WINCERT_H */