Brian Nemec has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/41596 )
Change subject: raiden_debug_spi.c: Renaming Protocol V1 specific fields ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/flashrom/+/41596/1/raiden_debug_spi.c File raiden_debug_spi.c:
https://review.coreboot.org/c/flashrom/+/41596/1/raiden_debug_spi.c@372 PS1, Line 372: .features = SPI_MASTER_4BA,
Why do tabs become spaces here?
So they are consistently aligned. Every other project I work with switches between 4 or 8 space tabs making tabs terrible for alignment since one of the 2 options will always break. So I try to adopt the tabs for indentation, spaces for alignment convention.