summaryrefslogtreecommitdiff
path: root/post/drivers/flash.c
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-13 15:19:28 +0200
committerTom Rini <trini@konsulko.com>2024-07-15 12:12:18 -0600
commit66710564025716645d3aad8c7be6da977d913d2f (patch)
tree7425795c994683ab36ca56f2839f3aa1f9883ae5 /post/drivers/flash.c
parent190abad0928d594193691ae5a205b37d2af1dc87 (diff)
post: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'post/drivers/flash.c')
-rw-r--r--post/drivers/flash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/post/drivers/flash.c b/post/drivers/flash.c
index 21e2f940fe9..7638a99f2eb 100644
--- a/post/drivers/flash.c
+++ b/post/drivers/flash.c
@@ -12,7 +12,6 @@
#include <post.h>
#include <flash.h>
-
/*
* This code will walk over the declared sectors erasing them,
* then programming them, then verifying the written contents.