cpu/*: Add whitespace around '<<'
Change-Id: Id46c0b57bd7c9b954b29537c70254df947690e0b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/20397 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
70083a1de9
commit
168ef399c4
@ -28,7 +28,7 @@
|
||||
#include <console/console.h>
|
||||
#include "smi.h"
|
||||
|
||||
#define SMRR_SUPPORTED (1<<11)
|
||||
#define SMRR_SUPPORTED (1 << 11)
|
||||
|
||||
#define D_OPEN (1 << 6)
|
||||
#define D_CLS (1 << 5)
|
||||
|
Reference in New Issue
Block a user