drivers: cache: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2024-07-22 10:53:04 -06:00
committed by Tom Rini
parent 13056cb1e5
commit 62d14e2a6f
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -27,7 +27,6 @@ static int snadbox_disable(struct udevice *dev)
return 0;
}
static const struct cache_ops sandbox_cache_ops = {
.get_info = sandbox_get_info,
.enable = sandbox_enable,