1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Removed tab on blank line

This commit is contained in:
SteveCEvans 2019-08-26 17:24:10 +01:00
parent 833e760f05
commit b3fd616680

View file

@ -250,7 +250,7 @@ bool baroDetect(baroDev_t *dev, baroSensor_e baroHardwareToUse)
} }
#endif #endif
FALLTHROUGH; FALLTHROUGH;
case BARO_QMP6988: case BARO_QMP6988:
#if defined(USE_BARO_QMP6988) || defined(USE_BARO_SPI_QMP6988) #if defined(USE_BARO_QMP6988) || defined(USE_BARO_SPI_QMP6988)
if (qmp6988Detect(dev)) { if (qmp6988Detect(dev)) {