Skip to content

Commit 7ee24c3

Browse files
committed
clang again
1 parent 8eab892 commit 7ee24c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ class WipperSnapper_I2C_Driver {
12401240
@brief Enables the device's proximity sensor, if it exists.
12411241
*/
12421242
/*******************************************************************************/
1243-
virtual void enableSensorProximity() {};
1243+
virtual void enableSensorProximity(){};
12441244

12451245
/*******************************************************************************/
12461246
/*!
@@ -1403,8 +1403,8 @@ class WipperSnapper_I2C_Driver {
14031403
long _ambientTempFPeriod = 0L; ///< The time period between reading the
14041404
///< ambient temp. (°F) sensor's value.
14051405
long _ambientTempFPeriodPrv =
1406-
PERIOD_24HRS_AGO_MILLIS; ///< The time when the ambient temp. (°F) sensor
1407-
///< was last read.
1406+
PERIOD_24HRS_AGO_MILLIS; ///< The time when the ambient temp. (°F) sensor
1407+
///< was last read.
14081408
long _objectTempFPeriod = 0L; ///< The time period between reading the object
14091409
///< temp. (°F) sensor's value.
14101410
long _objectTempFPeriodPrv =

0 commit comments

Comments
 (0)