Systemd/src/boot/efi
Zbigniew Jędrzejewski-Szmek cc5549ca12 scripts: use 4 space indentation
We had all kinds of indentation: 2 sp, 3 sp, 4 sp, 8 sp, and mixed.
4 sp was the most common, in particular the majority of scripts under test/
used that. Let's standarize on 4 sp, because many commandlines are long and
there's a lot of nesting, and with 8sp indentation less stuff fits. 4 sp
also seems to be the default indentation, so this will make it less likely
that people will mess up if they don't load the editor config. (I think people
often use vi, and vi has no support to load project-wide configuration
automatically. We distribute a .vimrc file, but it is not loaded by default,
and even the instructions in it seem to discourage its use for security
reasons.)

Also remove the few vim config lines that were left. We should either have them
on all files, or none.

Also remove some strange stuff like '#!/bin/env bash', yikes.
2019-04-12 08:30:31 +02:00
..
boot.c boot: use TAKE_PTR() where appropriate 2019-04-02 14:54:42 +02:00
console.c tree-wide: drop copyright lines for more authors 2018-06-22 16:39:45 +02:00
console.h console: avoid promotion to signed int 2018-10-12 12:38:41 +02:00
crc32.c sd-boot: also look for boot loader entries in the XBOOTLDR partition 2019-03-01 12:41:32 +01:00
crc32.h sd-boot: also look for boot loader entries in the XBOOTLDR partition 2019-03-01 12:41:32 +01:00
disk.c tree-wide: use c99 static for array size declarations 2019-01-04 12:37:25 +01:00
disk.h tree-wide: use c99 static for array size declarations 2019-01-04 12:37:25 +01:00
graphics.c tree-wide: drop copyright lines for more authors 2018-06-22 16:39:45 +02:00
graphics.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
linux.c Make systemd-boot compliant with the Linux Boot / EFI Handover Protocol 2019-02-20 22:59:52 +01:00
linux.h Make systemd-boot compliant with the Linux Boot / EFI Handover Protocol 2019-02-20 22:59:52 +01:00
measure.c tree-wide: drop redundant space between __attribute__ and (( 2018-12-03 13:28:26 +01:00
measure.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
meson.build meson: sort header list again 2019-03-01 12:41:32 +01:00
no-undefined-symbols.sh scripts: use 4 space indentation 2019-04-12 08:30:31 +02:00
pe.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
pe.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
shim.c tree-wide: remove various unused functions 2018-12-02 13:35:34 +09:00
shim.h tree-wide: remove various unused functions 2018-12-02 13:35:34 +09:00
splash.c boot: change multiplication order 2018-10-02 12:54:00 +02:00
splash.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
stub.c stub: don't override LoaderDevicePartUUID EFI var 2019-03-01 12:41:32 +01:00
util.c boot: use TAKE_PTR() where appropriate 2019-04-02 14:54:42 +02:00
util.h boot: avoid 32-bit calculation for a 64-bit lvalue 2019-03-12 13:32:45 +01:00