Skip to content

Commit 6114ea4

Browse files
author
Marius
committed
indentation correction
1 parent df67419 commit 6114ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SPI/src/SPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SPIClass::SPIClass(uint8_t spi_bus)
3131
,_ss(-1)
3232
,_div(0)
3333
,_freq(1000000)
34-
, _inTransaction(false)
34+
,_inTransaction(false)
3535
{}
3636

3737
void SPIClass::begin(int8_t sck, int8_t miso, int8_t mosi, int8_t ss)

0 commit comments

Comments
 (0)