From 0ff941dd2029494817ab4e8778574cbbb44e298a Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 16 Feb 2022 16:48:48 +0100 Subject: src/soc: Remove space before tab Spaces before tabs are not allowed. Change-Id: I0d2c55c2e0108e59facd92b2e2c0f6c418ef6db0 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/62055 Reviewed-by: Raul Rangel Reviewed-by: Jason Glenesk Tested-by: build bot (Jenkins) --- src/soc/amd/sabrina/acpi/pci0.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/sabrina') diff --git a/src/soc/amd/sabrina/acpi/pci0.asl b/src/soc/amd/sabrina/acpi/pci0.asl index 853c686de0..e729ba38ff 100644 --- a/src/soc/amd/sabrina/acpi/pci0.asl +++ b/src/soc/amd/sabrina/acpi/pci0.asl @@ -5,7 +5,7 @@ Device(PCI0) { Name(_HID, EISAID("PNP0A08")) /* PCI Express Root Bridge */ Name(_CID, EISAID("PNP0A03")) /* PCI Root Bridge */ - External(TOM1, IntObj) /* Generated by root_complex.c */ + External(TOM1, IntObj) /* Generated by root_complex.c */ Method(_BBN, 0, NotSerialized) { Return(Zero) /* Bus number = 0 */ -- cgit v1.2.3