From 1943f3798d7e05c704431cf6602cf8bb86e40898 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 4 May 2018 16:30:39 +0200 Subject: {device,drivers,lib,mb,nb}: Use only one space after 'if' Change-Id: I390191fb58605d1bd6a2e5d19a9dfa7c8493e6b2 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26063 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/lib/ramtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ramtest.c') diff --git a/src/lib/ramtest.c b/src/lib/ramtest.c index 9adcafdd30..461a028b11 100644 --- a/src/lib/ramtest.c +++ b/src/lib/ramtest.c @@ -102,7 +102,7 @@ static int ram_bitset_nodie(unsigned long start) failed = (value2 != value); failures |= failed; - if (failed && !verbose) { + if (failed && !verbose) { printk(BIOS_ERR, "0x%08lx wr: 0x%08lx rd: 0x%08lx FAIL\n", start + addr, value, value2); } -- cgit v1.2.3