Reformat code

This commit is contained in:
Rafal Kupiec 2024-01-23 15:38:52 +01:00
parent f2887dba1f
commit eec318a362
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -219,7 +219,8 @@ BlInvokeBootProtocol(IN PLIST_ENTRY OptionsList)
else if(RtlCompareWideStringInsensitive(Option->Name, L"SYSTEMPATH", 0) == 0) else if(RtlCompareWideStringInsensitive(Option->Name, L"SYSTEMPATH", 0) == 0)
{ {
/* System path found, get volume device path */ /* System path found, get volume device path */
Status = BlGetVolumeDevicePath((PWCHAR)Option->Value, &BootParameters.DevicePath, &BootParameters.ArcName, &BootParameters.SystemPath); Status = BlGetVolumeDevicePath((PWCHAR)Option->Value, &BootParameters.DevicePath,
&BootParameters.ArcName, &BootParameters.SystemPath);
if(Status != STATUS_EFI_SUCCESS) if(Status != STATUS_EFI_SUCCESS)
{ {
/* Failed to find volume */ /* Failed to find volume */