summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-02-08 15:42:49 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-02-20 13:38:32 +0100
commit650a4a956592c06123a39e67d32f78db24591b97 (patch)
tree4d6c341e876ef82a91ea85331adb44a0fbb0063e /src
parentbad6b4405c0f73cce22e5a30043d0b2e8e0eeca8 (diff)
downloadsystemd-650a4a956592c06123a39e67d32f78db24591b97.tar.gz
efi/measure: adjust formatting
Diffstat (limited to 'src')
-rw-r--r--src/boot/efi/measure.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/efi/measure.c b/src/boot/efi/measure.c
index 949e26350c..2f9b2b9e9d 100644
--- a/src/boot/efi/measure.c
+++ b/src/boot/efi/measure.c
@@ -78,7 +78,7 @@ static EFI_STATUS tpm2_measure_to_pcr_and_event_log(
tcg_event);
}
-static EFI_TCG *tcg1_interface_check(void) {
+static EFI_TCG* tcg1_interface_check(void) {
EFI_PHYSICAL_ADDRESS event_log_location, event_log_last_entry;
TCG_BOOT_SERVICE_CAPABILITY capability = {
.Size = sizeof(capability),
@@ -109,7 +109,7 @@ static EFI_TCG *tcg1_interface_check(void) {
return tcg;
}
-static EFI_TCG2 * tcg2_interface_check(void) {
+static EFI_TCG2* tcg2_interface_check(void) {
EFI_TCG2_BOOT_SERVICE_CAPABILITY capability = {
.Size = sizeof(capability),
};