From eec318a362aef4f714afbf1bcff680ca1396b516 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 23 Jan 2024 15:38:52 +0100 Subject: [PATCH] Reformat code --- xtldr/xtldr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xtldr/xtldr.c b/xtldr/xtldr.c index 6df5ce7..b77f8a0 100644 --- a/xtldr/xtldr.c +++ b/xtldr/xtldr.c @@ -219,7 +219,8 @@ BlInvokeBootProtocol(IN PLIST_ENTRY OptionsList) else if(RtlCompareWideStringInsensitive(Option->Name, L"SYSTEMPATH", 0) == 0) { /* 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) { /* Failed to find volume */