]> git.ozlabs.org Git - petitboot/blobdiff - discover/grub2/script.c
discover/grub: Add blscfg command support to parse BootLoaderSpec files
[petitboot] / discover / grub2 / script.c
index ed81a202c01fd068717081f1e3de10d91540d976..1a802b97943ee951fa2487873becd04016d43463 100644 (file)
@@ -103,7 +103,7 @@ static bool is_delim(char c)
 }
 
 static bool option_is_default(struct grub2_script *script,
-               struct discover_boot_option *opt, const char *id)
+                             struct discover_boot_option *opt, const char *id)
 {
        unsigned int default_idx;
        const char *var;