drivers: Get rid of unnecessary blank lines {before,after} brace

Change-Id: Ic1b38e93d919c1286a8d130700a4a2bfd6b55258
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61557
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Elyes HAOUAS
2022-02-02 18:56:46 +01:00
committed by Felix Singer
parent 8765c09a63
commit 55be012ffd
22 changed files with 1 additions and 29 deletions

View File

@@ -581,7 +581,6 @@ void tpm_ppi_acpi_fill_ssdt(const struct device *dev)
found = true;
}
} else {
for (size_t i = 0; i < ARRAY_SIZE(tpm2_funcs); i++) {
ppib->func[tpm2_funcs[i]] = 1;
if (ppib->pprq == tpm2_funcs[i])