summaryrefslogtreecommitdiff
path: root/lib/libavb
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-07-13 15:19:22 +0200
committerTom Rini <[email protected]>2024-07-15 12:12:18 -0600
commit2f8c004a5ae51b9b88479f3a728c564c021f50c5 (patch)
treea8b457a42581ce00d6400f0318558fe86e6788ce /lib/libavb
parentdc5e2057131fd90bb62bb8c6b92abdb86ae32624 (diff)
lib: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'lib/libavb')
-rw-r--r--lib/libavb/avb_sha.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libavb/avb_sha.h b/lib/libavb/avb_sha.h
index f5d02e09f22..fdd92fbe22d 100644
--- a/lib/libavb/avb_sha.h
+++ b/lib/libavb/avb_sha.h
@@ -24,7 +24,6 @@ extern "C" {
/* Block size in bytes of a SHA-256 digest. */
#define AVB_SHA256_BLOCK_SIZE 64
-
/* Block size in bytes of a SHA-512 digest. */
#define AVB_SHA512_BLOCK_SIZE 128