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 --- raiden_debug_spi.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'raiden_debug_spi.c') diff --git a/raiden_debug_spi.c b/raiden_debug_spi.c index f9ab3e04..7e6a246f 100644 --- a/raiden_debug_spi.c +++ b/raiden_debug_spi.c @@ -1311,14 +1311,14 @@ static int raiden_debug_spi_shutdown(void * data) } static const struct spi_master spi_master_raiden_debug = { - .features = SPI_MASTER_4BA, - .max_data_read = 0, - .max_data_write = 0, - .command = NULL, - .multicommand = default_spi_send_multicommand, - .read = default_spi_read, - .write_256 = default_spi_write_256, - .write_aai = default_spi_write_aai, + .features = SPI_MASTER_4BA, + .max_data_read = 0, + .max_data_write = 0, + .command = NULL, + .multicommand = default_spi_send_multicommand, + .read = default_spi_read, + .write_256 = default_spi_write_256, + .write_aai = default_spi_write_aai, .shutdown = raiden_debug_spi_shutdown, }; -- cgit v1.2.3