From c9f83806385dd5ff21304c45fd15b6ca984b496e Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 19 Jan 2023 06:53:30 +0100 Subject: [PATCH] drivers/intel/gma/text_fb/gma-gfx_init.adb: Remove spaces before tabs Change-Id: I421602c81d9a186eb36a289d6e5048b5aa343a2d Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72074 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Paul Menzel --- src/drivers/intel/gma/text_fb/gma-gfx_init.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/intel/gma/text_fb/gma-gfx_init.adb b/src/drivers/intel/gma/text_fb/gma-gfx_init.adb index da1e609b79..026cb16b5c 100644 --- a/src/drivers/intel/gma/text_fb/gma-gfx_init.adb +++ b/src/drivers/intel/gma/text_fb/gma-gfx_init.adb @@ -61,7 +61,7 @@ is success : boolean; begin HW.GFX.GMA.Initialize (Clean_State => True, - Success => success); + Success => success); if success then stop_ok := 1; else