Skip to content

Commit 7e6e75c

Browse files
committed
clang whitespace
1 parent 0a0927d commit 7e6e75c

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
@@ -1414,8 +1414,8 @@ class WipperSnapper_I2C_Driver {
14141414
long _ambientTempFPeriod = 0L; ///< The time period between reading the
14151415
///< ambient temp. (°F) sensor's value.
14161416
long _ambientTempFPeriodPrv =
1417-
PERIOD_24HRS_AGO_MILLIS; ///< The time when the ambient temp. (°F) sensor
1418-
///< was last read.
1417+
PERIOD_24HRS_AGO_MILLIS; ///< The time when the ambient temp. (°F) sensor
1418+
///< was last read.
14191419
long _objectTempFPeriod = 0L; ///< The time period between reading the object
14201420
///< temp. (°F) sensor's value.
14211421
long _objectTempFPeriodPrv =

0 commit comments

Comments
 (0)