summaryrefslogtreecommitdiff
path: root/src/device/oprom/yabel/vbe.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-08-21 18:21:59 +0200
committerMartin Roth <martinroth@google.com>2016-08-28 18:26:52 +0200
commita1ac10fc8518938035c8384163bb05257513f0e6 (patch)
tree9c4db5937b2b31a6152eee7ca8db2b5299c1e841 /src/device/oprom/yabel/vbe.c
parent70d79a454676b551f3bc2059217179e31905ee5c (diff)
downloadcoreboot-a1ac10fc8518938035c8384163bb05257513f0e6.tar.xz
src/device: Remove unnecessary whitespace before newline
Change-Id: I3536a99a1a6fd2bc7b10777654c1937b92e8eacd Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16288 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker
Diffstat (limited to 'src/device/oprom/yabel/vbe.c')
-rw-r--r--src/device/oprom/yabel/vbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/yabel/vbe.c b/src/device/oprom/yabel/vbe.c
index 9a5b45ac6d..219ef91496 100644
--- a/src/device/oprom/yabel/vbe.c
+++ b/src/device/oprom/yabel/vbe.c
@@ -505,7 +505,7 @@ vbe_get_info(void)
DEBUG_PRINTF_VBE("DDC: edid_tranfer_time: %d\n",
ddc_info.edid_transfer_time);
DEBUG_PRINTF_VBE("DDC: ddc_level: %x\n", ddc_info.ddc_level);
- DEBUG_PRINTF_VBE("DDC: EDID: \n");
+ DEBUG_PRINTF_VBE("DDC: EDID:\n");
CHECK_DBG(DEBUG_VBE) {
dump(ddc_info.edid_block_zero,
sizeof(ddc_info.edid_block_zero));