From b9585c5cc8a7a2f768dc6139d2fb1180fcaf1271 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 29 May 2018 22:23:48 +0200 Subject: util/superiotool: Remove whitespace before tab Change-Id: Ie79cfb92cfb8b8f628aa4b12bba946b0479fc466 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26668 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/superiotool/superiotool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/superiotool/superiotool.h') diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 01237a58e4..ed7beae6b8 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -133,7 +133,7 @@ and print its vendor, name, ID, revision, and config port.\n" #define MAXLDN 0x14 /* Biggest LDN */ #define LDNSIZE (MAXLDN + 3) /* Biggest LDN + 0 + NOLDN + EOT */ #define MAXNUMIDX 170 /* Maximum number of indices */ -#define IDXSIZE (MAXNUMIDX + 1) +#define IDXSIZE (MAXNUMIDX + 1) #define MAXNUMPORTS (6 + 1) /* Maximum number of Super I/O ports */ /* Select registers for various components. */ -- cgit v1.2.3