]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
efi: remove trailing whitespace in string
authorLennart Poettering <lennart@poettering.net>
Thu, 18 Jul 2019 18:56:41 +0000 (20:56 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 23 Jul 2019 23:56:10 +0000 (08:56 +0900)
src/boot/efi/boot.c

index 4c3b39b57a7ba6d10f1af23bf159de068bfbd844..e0f75562c08de7d64dc2a5a9da5ddac0fbedd6d3 100644 (file)
@@ -2314,7 +2314,7 @@ EFI_STATUS efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *sys_table) {
         err = uefi_call_wrapper(BS->OpenProtocol, 6, image, &LoadedImageProtocol, (VOID **)&loaded_image,
                                 image, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL);
         if (EFI_ERROR(err)) {
-                Print(L"Error getting a LoadedImageProtocol handle: %r ", err);
+                Print(L"Error getting a LoadedImageProtocol handle: %r", err);
                 uefi_call_wrapper(BS->Stall, 1, 3 * 1000 * 1000);
                 return err;
         }