Skip to content

Commit de3350e

Browse files
committed
It seems that clang formatter does not like the extra spaces
1 parent a80a840 commit de3350e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adafruit_MCP23XXX.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void Adafruit_MCP23XXX::writeGPIO(uint8_t value, uint8_t port) {
151151
void Adafruit_MCP23XXX::setupInterrupts(bool mirroring, bool openDrain,
152152
uint8_t polarity) {
153153
Adafruit_BusIO_Register IOCON(i2c_dev, spi_dev, MCP23XXX_SPIREG,
154-
getRegister(MCP23XXX_IOCON));
154+
getRegister(MCP23XXX_IOCON));
155155
Adafruit_BusIO_RegisterBits mirror_bit(&IOCON, 1, 6);
156156
Adafruit_BusIO_RegisterBits openDrain_bit(&IOCON, 1, 2);
157157
Adafruit_BusIO_RegisterBits polarity_bit(&IOCON, 1, 1);

0 commit comments

Comments
 (0)