From fc7bdb583fe81db5050d46e93df26768ad0a1474 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sun, 26 Jul 2015 00:38:01 +0200 Subject: systemd-boot: fix whitespace --- src/boot/efi/boot.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c index 0963cb0995..e8cd8abd26 100644 --- a/src/boot/efi/boot.c +++ b/src/boot/efi/boot.c @@ -1587,9 +1587,9 @@ static VOID config_entry_add_linux( Config *config, EFI_LOADED_IMAGE *loaded_ima /* read the embedded cmdline file */ len = file_read(linux_dir, f->FileName, offs[1], szs[1] - 1 , &content); if (len > 0) { - cmdline = stra_to_str(content); - entry->options = cmdline; - cmdline = NULL; + cmdline = stra_to_str(content); + entry->options = cmdline; + cmdline = NULL; } FreePool(cmdline); FreePool(conf); -- cgit v1.2.3-54-g00ecf