mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
tree: indent struct *_master consistently with tabs
Use `<tab>.key<tab>*= <value>,` 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 <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/65363 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:

committed by
Thomas Heijligen

parent
d41595e207
commit
b554cdc91e
14
ogp_spi.c
14
ogp_spi.c
@ -92,13 +92,13 @@ static int ogp_bitbang_get_miso(void *spi_data)
|
||||
}
|
||||
|
||||
static const struct bitbang_spi_master bitbang_spi_master_ogp = {
|
||||
.set_cs = ogp_bitbang_set_cs,
|
||||
.set_sck = ogp_bitbang_set_sck,
|
||||
.set_mosi = ogp_bitbang_set_mosi,
|
||||
.get_miso = ogp_bitbang_get_miso,
|
||||
.request_bus = ogp_request_spibus,
|
||||
.release_bus = ogp_release_spibus,
|
||||
.half_period = 0,
|
||||
.set_cs = ogp_bitbang_set_cs,
|
||||
.set_sck = ogp_bitbang_set_sck,
|
||||
.set_mosi = ogp_bitbang_set_mosi,
|
||||
.get_miso = ogp_bitbang_get_miso,
|
||||
.request_bus = ogp_request_spibus,
|
||||
.release_bus = ogp_release_spibus,
|
||||
.half_period = 0,
|
||||
};
|
||||
|
||||
static int ogp_spi_shutdown(void *data)
|
||||
|
Reference in New Issue
Block a user