]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
style: remove accidental whitespace in front of comment line
authornkraetzschmar <nkraetzschmar@users.noreply.github.com>
Wed, 23 Mar 2022 08:44:45 +0000 (09:44 +0100)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Sun, 27 Mar 2022 18:36:55 +0000 (18:36 +0000)
dracut.sh

index 70009318765b148d9591c2055a8bc7a44bb9b07e..defc0da7c38f0592e011909f87e37b8e487974e5 100755 (executable)
--- a/dracut.sh
+++ b/dracut.sh
@@ -1362,7 +1362,7 @@ if [[ ! $print_cmdline ]]; then
                 ;;
             aarch64)
                 EFI_MACHINE_TYPE_NAME=aa64
-                 # aarch64 kernels are uncompressed and thus larger, so we need a bigger gap between vma sections
+                # aarch64 kernels are uncompressed and thus larger, so we need a bigger gap between vma sections
                 EFI_SECTION_VMA_INITRD=0x4000000
                 ;;
             *)