util/inteltool: Remove unnecessary whitespace

Change-Id: Id42a2901cf76e6b867f62a752a38bbd6f6e5f54e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/17059
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Elyes HAOUAS 2016-10-19 18:13:55 +02:00 committed by Martin Roth
parent 9450150892
commit de2918bd1a
1 changed files with 2 additions and 2 deletions

View File

@ -124,9 +124,9 @@ void ivybridge_dump_timings(const char *dump_spd_file)
mad_dimm[channel] = read_mchbar32(0x5004 + 4 * channel);
}
printf(".rankmap = { 0x%x, 0x%x }, \n", rankmap[0], rankmap[1]);
printf(".rankmap = { 0x%x, 0x%x },\n", rankmap[0], rankmap[1]);
printf(".mad_dimm = { 0x%x, 0x%x }, \n", mad_dimm[0], mad_dimm[1]);
printf(".mad_dimm = { 0x%x, 0x%x },\n", mad_dimm[0], mad_dimm[1]);
for (channel = 0; channel < 2; channel++)
if (rankmap[channel]) {