diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:19:34 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:18 -0600 |
commit | b51be8ebcb4ac5605c03f409d5999601bc6244f5 (patch) | |
tree | 5387dfca8e649f8e31cc3ec03279c341a924ed92 /tools/kwbimage.c | |
parent | dcc7470f049114aef1a5b460758e427d5c9bfcf0 (diff) |
tools: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'tools/kwbimage.c')
-rw-r--r-- | tools/kwbimage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/kwbimage.c b/tools/kwbimage.c index 4dce495ff03..d1cbced28fc 100644 --- a/tools/kwbimage.c +++ b/tools/kwbimage.c @@ -804,7 +804,6 @@ static int kwb_sign_and_verify(RSA *key, void *data, int datasz, return 0; } - static int kwb_dump_fuse_cmds_38x(FILE *out, struct secure_hdr_v1 *sec_hdr) { struct hash_v1 kak_pub_hash; |