src/drivers: Get rid of whitespace before tab

Change-Id: Ia9ca055679c0332613afb2bb2ed86df165de3baf
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26649
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS
2018-05-28 15:48:04 +02:00
committed by Patrick Georgi
parent 5bd5a9ae01
commit 0d8f1dac9e
9 changed files with 86 additions and 86 deletions

View File

@@ -72,7 +72,7 @@ drivers_intel_gma_displays_ssdt_generate(const struct i915_gpu_controller_info *
/*
Method (_BCL, 0, NotSerialized)
{
Return (^^XBCL())
Return (^^XBCL())
}
*/
acpigen_write_method("_BCL", 0);
@@ -83,7 +83,7 @@ drivers_intel_gma_displays_ssdt_generate(const struct i915_gpu_controller_info *
/*
Method (_BCM, 1, NotSerialized)
{
^^XBCM(Arg0)
^^XBCM(Arg0)
}
*/
acpigen_write_method("_BCM", 1);
@@ -94,7 +94,7 @@ drivers_intel_gma_displays_ssdt_generate(const struct i915_gpu_controller_info *
/*
Method (_BQC, 0, NotSerialized)
{
Return (^^XBQC())
Return (^^XBQC())
}
*/
acpigen_write_method("_BQC", 0);