diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-19 06:53:30 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-20 05:34:41 +0000 |
commit | c9f83806385dd5ff21304c45fd15b6ca984b496e (patch) | |
tree | 0e90c1743456b3f12121ee7bde3677d6236112a0 /src/drivers | |
parent | 2a959be092ebb2be37f3fa6fa29fc0738bc46725 (diff) |
drivers/intel/gma/text_fb/gma-gfx_init.adb: Remove spaces before tabs
Change-Id: I421602c81d9a186eb36a289d6e5048b5aa343a2d
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72074
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/intel/gma/text_fb/gma-gfx_init.adb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |