Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26666
Change subject: include/bootstate.h: Remove whitespace before tab ......................................................................
include/bootstate.h: Remove whitespace before tab
Change-Id: I78e912e00a85eedc724206a32d5c3e32064ba5c8 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/bootstate.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/26666/1
diff --git a/src/include/bootstate.h b/src/include/bootstate.h index c15cb30..edfabe5 100644 --- a/src/include/bootstate.h +++ b/src/include/bootstate.h @@ -124,7 +124,7 @@ #if IS_ENABLED(CONFIG_DEBUG_BOOT_STATE) #define BOOT_STATE_CALLBACK_LOC __FILE__ ":" STRINGIFY(__LINE__) #define BOOT_STATE_CALLBACK_INIT_DEBUG .location = BOOT_STATE_CALLBACK_LOC, -#define INIT_BOOT_STATE_CALLBACK_DEBUG(bscb_) \ +#define INIT_BOOT_STATE_CALLBACK_DEBUG(bscb_) \ do { \ bscb_->location = BOOT_STATE_CALLBACK_LOC; \ } while (0)