summaryrefslogtreecommitdiff
path: root/cmd/tpm_test.c
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-07-13 15:19:16 +0200
committerTom Rini <[email protected]>2024-07-15 12:12:17 -0600
commite569c73a8e43f0e5294d9059402f0bb2cd491fa6 (patch)
tree9d4f9b47f24e9c946fdc8ed154e01c979c571ca4 /cmd/tpm_test.c
parent789934f1bb0141ee5e7d488d57d22c9182fe76d8 (diff)
cmd: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'cmd/tpm_test.c')
-rw-r--r--cmd/tpm_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/tpm_test.c b/cmd/tpm_test.c
index 9c8b1c74384..af83d78c3fe 100644
--- a/cmd/tpm_test.c
+++ b/cmd/tpm_test.c
@@ -424,7 +424,6 @@ static int test_startup(struct udevice *dev)
} \
} while (0)
-
static int test_timing(struct udevice *dev)
{
uint8_t in[20], out[20];