diff options
| author | Peter Jones <pjones@redhat.com> | 2021-02-14 11:21:27 -0500 |
|---|---|---|
| committer | Javier Martinez Canillas <javier@dowhile0.org> | 2021-02-16 09:12:48 +0100 |
| commit | a6c726fc81e53fff07942d0d50a7d274bedb4cb6 (patch) | |
| tree | 6827f673e09bcd709f4c53d5982166678073c077 /lib/execute.c | |
| parent | d230d02f990f02293736dca78b108f86c86d1bd0 (diff) | |
| download | efi-boot-shim-a6c726fc81e53fff07942d0d50a7d274bedb4cb6.tar.gz efi-boot-shim-a6c726fc81e53fff07942d0d50a7d274bedb4cb6.zip | |
Fix a bunch of trivial trailing whitespace issues.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib/execute.c')
| -rw-r--r-- | lib/execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
