misc: Fix spacing

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Glenn Washburn 2023-01-10 15:08:34 -06:00 committed by Daniel Kiper
parent aa0fc29a4f
commit 9e652cb6f2

View File

@ -89,7 +89,7 @@ grub_cmd_loopback (grub_extcmd_context_t ctxt, int argc, char **args)
/* Check if `-d' was used. */
if (state[0].set)
return delete_loopback (args[0]);
return delete_loopback (args[0]);
if (!state[1].set)
type |= GRUB_FILE_TYPE_NO_DECOMPRESS;