Code formatting
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-12-23 22:27:08 +01:00
parent db1b47e50e
commit 8f3a4aef60
9 changed files with 23 additions and 23 deletions

View File

@@ -32,8 +32,8 @@ PXT_BOOT_LOADER_PROTOCOL XtLdrProtocol;
* @since XT 1.0
*/
EFI_STATUS
BlXtLdrModuleMain(EFI_HANDLE ImageHandle,
PEFI_SYSTEM_TABLE SystemTable)
BlXtLdrModuleMain(IN EFI_HANDLE ImageHandle,
IN PEFI_SYSTEM_TABLE SystemTable)
{
EFI_STATUS Status;