nb/intel/sandybridge: Add required space before opening parenthesis '('

Change-Id: I6dfef118dc2fecf2a8f2f3401c779a3becfb71a9
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/23522
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
Elyes HAOUAS 2018-01-31 23:02:35 +01:00 committed by Patrick Rudolph
parent 879eab8626
commit adda3f810f
1 changed files with 1 additions and 1 deletions

View File

@ -2357,7 +2357,7 @@ int command_training(ramctr_timing *ctrl)
*/
cmdrate = ((ctrl->rankmap[channel] & 0x5) == 0x5);
for(; cmdrate < 2; cmdrate++) {
for (; cmdrate < 2; cmdrate++) {
err = try_cmd_stretch(ctrl, channel, cmdrate << 1);
if (!err)