Fix code formatting

This commit is contained in:
Rafal Kupiec 2024-04-29 08:38:45 +02:00
parent e80927c5d3
commit 6b8184aa04
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -76,5 +76,5 @@ BlGetXtLdrProtocol(IN PEFI_SYSTEM_TABLE SystemTable,
}
/* Return success */
return STATUS_EFI_SUCCESS;
return STATUS_EFI_SUCCESS;
}