]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
efi: fix mixed indent
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 22 Mar 2024 11:11:49 +0000 (12:11 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 22 Mar 2024 11:11:49 +0000 (12:11 +0100)
src/boot/efi/meson.build

index 483e0ade0ce549815b50f16c181f48786c139426..786fc8038fbca2d618958fc1ddac18eb6ef66412 100644 (file)
@@ -212,7 +212,7 @@ endif
 efi_arch_c_args = {
         'aarch64'     : ['-mgeneral-regs-only'],
         'arm'         : ['-mgeneral-regs-only'],
-       # Until -mgeneral-regs-only is supported in LoongArch, use the following option instead:
+        # Until -mgeneral-regs-only is supported in LoongArch, use the following option instead:
         'loongarch64' : ['-mno-lsx', '-mno-lasx'],
         # Pass -m64/32 explicitly to make building on x32 work.
         'x86_64'      : ['-m64', '-march=x86-64', '-mno-red-zone', '-mgeneral-regs-only'],