Skip to content

Commit c5b8706

Browse files
committed
clang format?
1 parent 7f0f1a2 commit c5b8706

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
@@ -1399,8 +1399,8 @@ class WipperSnapper_I2C_Driver {
13991399
long _ambientTempFPeriod = 0L; ///< The time period between reading the
14001400
///< ambient temp. (°F) sensor's value.
14011401
long _ambientTempFPeriodPrv =
1402-
PERIOD_24HRS_AGO_MILLIS; ///< The time when the ambient temp. (°F) sensor
1403-
///< was last read.
1402+
PERIOD_24HRS_AGO_MILLIS; ///< The time when the ambient temp. (°F) sensor
1403+
///< was last read.
14041404
long _objectTempFPeriod = 0L; ///< The time period between reading the object
14051405
///< temp. (°F) sensor's value.
14061406
long _objectTempFPeriodPrv =

0 commit comments

Comments
 (0)