From a6c726fc81e53fff07942d0d50a7d274bedb4cb6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Sun, 14 Feb 2021 11:21:27 -0500 Subject: Fix a bunch of trivial trailing whitespace issues. Signed-off-by: Peter Jones --- lib/execute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/execute.c') diff --git a/lib/execute.c b/lib/execute.c index 40b4005a..f57a6321 100644 --- a/lib/execute.c +++ b/lib/execute.c @@ -49,7 +49,7 @@ generate_path(CHAR16* name, EFI_LOADED_IMAGE *li, EFI_DEVICE_PATH **path, CHAR16 if (name[0] != '\\') StrCat(*PathName, L"\\"); StrCat(*PathName, name); - + *path = FileDevicePath(li->DeviceHandle, *PathName); error: -- cgit v1.2.3