Skip to content

Commit d492906

Browse files
committed
Changed to clang format
Added whitespace
1 parent 4bce938 commit d492906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_BME280.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ bool Adafruit_BME280::takeForcedMeasurement(void) {
361361
// the values from the last measurement or the timeout occurred after 2 sec.
362362
while (read8(BME280_REGISTER_STATUS) & 0x08) {
363363
// In case of a timeout, stop the while loop
364-
if((millis() - timeout_start) > 2000) {
364+
if ((millis() - timeout_start) > 2000) {
365365
return_value = false;
366366
break;
367367
}

0 commit comments

Comments
 (0)