From: nkraetzschmar Date: Wed, 23 Mar 2022 08:44:45 +0000 (+0100) Subject: style: remove accidental whitespace in front of comment line X-Git-Tag: 057~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70112297d83cbfe54e35f522b490c5e15c4c3495;p=thirdparty%2Fdracut.git style: remove accidental whitespace in front of comment line --- diff --git a/dracut.sh b/dracut.sh index 700093187..defc0da7c 100755 --- 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 ;; *)