From: Kay Sievers Date: Sat, 25 Jul 2015 22:38:01 +0000 (+0200) Subject: systemd-boot: fix whitespace X-Git-Tag: v223~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc7bdb583fe81db5050d46e93df26768ad0a1474;p=thirdparty%2Fsystemd.git systemd-boot: fix whitespace --- diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c index 0963cb0995e..e8cd8abd261 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);