From b554cdc91e7c30f6fa55316ecae902f1e11b3ab1 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Thu, 23 Jun 2022 14:38:35 +0200 Subject: tree: indent struct *_master consistently with tabs Use `.key*= ,` TEST: `make VERSION=0 MAN_DATE=0` returns the same flashrom binary before and after the patch Change-Id: I1c45ea9804ca09e040d7ac98255042f58b01f8ef Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/65363 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Felix Singer --- atahpt.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'atahpt.c') diff --git a/atahpt.c b/atahpt.c index b1f18f32..1bdf2f76 100644 --- a/atahpt.c +++ b/atahpt.c @@ -65,15 +65,15 @@ static int atahpt_shutdown(void *par_data) } static const struct par_master par_master_atahpt = { - .chip_readb = atahpt_chip_readb, - .chip_readw = fallback_chip_readw, - .chip_readl = fallback_chip_readl, - .chip_readn = fallback_chip_readn, - .chip_writeb = atahpt_chip_writeb, - .chip_writew = fallback_chip_writew, - .chip_writel = fallback_chip_writel, - .chip_writen = fallback_chip_writen, - .shutdown = atahpt_shutdown, + .chip_readb = atahpt_chip_readb, + .chip_readw = fallback_chip_readw, + .chip_readl = fallback_chip_readl, + .chip_readn = fallback_chip_readn, + .chip_writeb = atahpt_chip_writeb, + .chip_writew = fallback_chip_writew, + .chip_writel = fallback_chip_writel, + .chip_writen = fallback_chip_writen, + .shutdown = atahpt_shutdown, }; static int atahpt_init(void) -- cgit v1.2.3