[systemd-commits] src/boot

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Wed Feb 18 13:19:29 PST 2015


 src/boot/efi/boot.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 04155c67139fdd983f08e61e8a56d27341a4ea72
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Wed Feb 18 22:18:12 2015 +0100

    systemd-boot: fix alignment of version in table

diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c
index 7605c65..0842d6d 100644
--- a/src/boot/efi/boot.c
+++ b/src/boot/efi/boot.c
@@ -405,7 +405,7 @@ static VOID print_status(Config *config, EFI_FILE *root_dir, CHAR16 *loaded_imag
                 break;
         }
 
-        Print(L"systemd-boot version:        " VERSION "\n");
+        Print(L"systemd-boot version:   " VERSION "\n");
         Print(L"architecture:           " EFI_MACHINE_TYPE_NAME "\n");
         Print(L"loaded image:           %s\n", loaded_image_path);
         Print(L"UEFI specification:     %d.%02d\n", ST->Hdr.Revision >> 16, ST->Hdr.Revision & 0xffff);



More information about the systemd-commits mailing list