Skip to content

Commit 662f61c

Browse files
committed
clang whitespace
1 parent f98d42b commit 662f61c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,8 +1413,8 @@ class WipperSnapper_I2C_Driver {
14131413
long _ambientTempFPeriod = 0L; ///< The time period between reading the
14141414
///< ambient temp. (°F) sensor's value.
14151415
long _ambientTempFPeriodPrv =
1416-
PERIOD_24HRS_AGO_MILLIS; ///< The time when the ambient temp. (°F) sensor
1417-
///< was last read.
1416+
PERIOD_24HRS_AGO_MILLIS; ///< The time when the ambient temp. (°F) sensor
1417+
///< was last read.
14181418
long _objectTempFPeriod = 0L; ///< The time period between reading the object
14191419
///< temp. (°F) sensor's value.
14201420
long _objectTempFPeriodPrv =

0 commit comments

Comments
 (0)