]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
misc: Fix spacing
authorGlenn Washburn <development@efficientek.com>
Tue, 10 Jan 2023 21:08:34 +0000 (15:08 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 19 Jan 2023 16:39:04 +0000 (17:39 +0100)
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/disk/loopback.c

index 2cfc53a9163098fbd5965d0523fda45ba345d3b5..4635dcfdeecffaf92229370805e76cb0278f8f1d 100644 (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;