Formatting

This commit is contained in:
Jozef Nagy 2024-03-30 09:52:53 +01:00
parent 5ee2b6ee65
commit 16a6e781a3
No known key found for this signature in database
GPG key ID: 5B49DC29F09685D6
3 changed files with 22 additions and 11 deletions

View file

@ -71,7 +71,8 @@
typedef struct _EFI_SYSTEM_TABLE EFI_SYSTEM_TABLE;
typedef EFI_STATUS
typedef
EFI_STATUS
(EFIAPI *EFI_IMAGE_ENTRY_POINT)(
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable