summaryrefslogtreecommitdiff
path: root/common/edid.c
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-13 15:19:17 +0200
committerTom Rini <trini@konsulko.com>2024-07-15 12:12:17 -0600
commit910cef3d2fb955dd351142e07214390ce75ede13 (patch)
tree9a3eda5ce1882ccfbcb2e6a6b5ec84ddb20e3bc6 /common/edid.c
parente569c73a8e43f0e5294d9059402f0bb2cd491fa6 (diff)
common: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'common/edid.c')
-rw-r--r--common/edid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/edid.c b/common/edid.c
index 865ba9daa78..48a737690db 100644
--- a/common/edid.c
+++ b/common/edid.c
@@ -268,7 +268,6 @@ int edid_get_timing(u8 *buf, int buf_size, struct display_timing *timing,
panel_bits_per_colourp, NULL, NULL);
}
-
/**
* Snip the tailing whitespace/return of a string.
*