From 1a0a280cff1fd2d5748aa80a23f52397818b20b7 Mon Sep 17 00:00:00 2001
From: Elyes Haouas <ehaouas@noos.fr>
Date: Thu, 19 Jan 2023 06:59:45 +0100
Subject: drivers/intel/gma/hires_fb/gma-gfx_init.adb: Remove spaces before
 tabs

Change-Id: Ifab3fcd2de8f0c1672d1a9a21c8e0c5dba5b7443
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72077
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
---
 src/drivers/intel/gma/hires_fb/gma-gfx_init.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/drivers/intel/gma/hires_fb/gma-gfx_init.adb b/src/drivers/intel/gma/hires_fb/gma-gfx_init.adb
index 83516af171..048b7bd9da 100644
--- a/src/drivers/intel/gma/hires_fb/gma-gfx_init.adb
+++ b/src/drivers/intel/gma/hires_fb/gma-gfx_init.adb
@@ -102,7 +102,7 @@ is
       success : boolean;
    begin
       HW.GFX.GMA.Initialize (Clean_State => True,
-      			     Success => success);
+			     Success => success);
       if success then
          stop_ok := 1;
       else
-- 
cgit v1.2.3