From 38424987c6d19015e4572d5371a0f9f621fc46fa Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 21 Aug 2016 12:01:04 +0200 Subject: src/northbridge: Remove unnecessary whitespace before "\n" and "\t" Change-Id: I6a533667c7c8ff5ec6ab9d4e1cfc51e993a90084 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/16280 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker --- src/northbridge/via/vx900/northbridge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/northbridge/via') diff --git a/src/northbridge/via/vx900/northbridge.c b/src/northbridge/via/vx900/northbridge.c index 32bb539812..a4a8ecec48 100644 --- a/src/northbridge/via/vx900/northbridge.c +++ b/src/northbridge/via/vx900/northbridge.c @@ -82,8 +82,8 @@ static void killme_debug_4g_remap_reg(u32 reg32) u64 remapend = (reg32 >> 14) & 0x3ff; remapstart <<= 26; remapend <<= 26; - printk(BIOS_DEBUG, "Remapstart %lld(MB) \n", remapstart >> 20); - printk(BIOS_DEBUG, "Remapend %lld(MB) \n", remapend >> 20); + printk(BIOS_DEBUG, "Remapstart %lld(MB)\n", remapstart >> 20); + printk(BIOS_DEBUG, "Remapend %lld(MB)\n", remapend >> 20); } /** -- cgit v1.2.3