]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemd-boot: fix whitespace
authorKay Sievers <kay@vrfy.org>
Sat, 25 Jul 2015 22:38:01 +0000 (00:38 +0200)
committerKay Sievers <kay@vrfy.org>
Sat, 25 Jul 2015 22:38:01 +0000 (00:38 +0200)
src/boot/efi/boot.c

index 0963cb0995e2703389614b8fecd253b156352adb..e8cd8abd26155e86ad4085fbd0e7eff16c4557d3 100644 (file)
@@ -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);