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

@@ -437,7 +437,7 @@ static void read_resources(struct device *dev)
res->gran = 5;
res->limit = res->base + res->size - 1;
res->flags = IORESOURCE_IO | IORESOURCE_FIXED | IORESOURCE_STORED |
IORESOURCE_ASSIGNED;
IORESOURCE_ASSIGNED;
return;
}