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 --- it85spi.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'it85spi.c') diff --git a/it85spi.c b/it85spi.c index aa6f90a2b..a859bde32 100644 --- a/it85spi.c +++ b/it85spi.c @@ -282,13 +282,13 @@ static int it85xx_spi_send_command(const struct flashctx *flash, } static const struct spi_master spi_master_it85xx = { - .max_data_read = 64, - .max_data_write = 64, - .command = it85xx_spi_send_command, - .multicommand = default_spi_send_multicommand, - .read = default_spi_read, - .write_256 = default_spi_write_256, - .write_aai = default_spi_write_aai, + .max_data_read = 64, + .max_data_write = 64, + .command = it85xx_spi_send_command, + .multicommand = default_spi_send_multicommand, + .read = default_spi_read, + .write_256 = default_spi_write_256, + .write_aai = default_spi_write_aai, .shutdown = it85xx_shutdown, }; -- cgit v1.2.3