Changed to clang format

Added whitespace
This commit is contained in:
Michael 2020-09-30 08:30:41 +02:00
parent 4bce9380d6
commit d492906b28
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ bool Adafruit_BME280::takeForcedMeasurement(void) {
// the values from the last measurement or the timeout occurred after 2 sec. // the values from the last measurement or the timeout occurred after 2 sec.
while (read8(BME280_REGISTER_STATUS) & 0x08) { while (read8(BME280_REGISTER_STATUS) & 0x08) {
// In case of a timeout, stop the while loop // In case of a timeout, stop the while loop
if((millis() - timeout_start) > 2000) { if ((millis() - timeout_start) > 2000) {
return_value = false; return_value = false;
break; break;
} }