From 0cf207ec01cbacae47585fcc26591dd2296507d6 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 27 Sep 2021 17:42:39 +0200 Subject: WS cleanup: remove SPACE(s) followed by TAB Signed-off-by: Wolfgang Denk --- cmd/spi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd/spi.c') diff --git a/cmd/spi.c b/cmd/spi.c index bdbdbacecd..6dc32678da 100644 --- a/cmd/spi.c +++ b/cmd/spi.c @@ -29,9 +29,9 @@ static unsigned int bus; static unsigned int cs; static unsigned int mode; static unsigned int freq; -static int bitlen; -static uchar dout[MAX_SPI_BYTES]; -static uchar din[MAX_SPI_BYTES]; +static int bitlen; +static uchar dout[MAX_SPI_BYTES]; +static uchar din[MAX_SPI_BYTES]; static int do_spi_xfer(int bus, int cs) { -- cgit v1.2.3