Skip to content

Commit 16c6723

Browse files
committed
clang format
1 parent ba1f09f commit 16c6723

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_SEN5X.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -275,15 +275,15 @@ class WipperSnapper_I2C_Driver_SEN5X : public WipperSnapper_I2C_Driver {
275275

276276
protected:
277277
SensirionI2CSen5x *_sen = nullptr; ///< SEN5X driver object
278-
float _massConcentrationPm1p0; ///< PM1.0 mass concentration
279-
float _massConcentrationPm2p5; ///< PM2.5 mass concentration
280-
float _massConcentrationPm4p0; ///< PM4.0 mass concentration
281-
float _massConcentrationPm10p0; ///< PM10.0 mass concentration
282-
float _ambientHumidity; ///< Ambient humidity
283-
float _ambientTemperature; ///< Ambient temperature
284-
float _vocIndex; ///< VOC index
285-
float _noxIndex; ///< NOx index
286-
ulong _lastRead = 0uL; ///< Last time the sensor was read
278+
float _massConcentrationPm1p0; ///< PM1.0 mass concentration
279+
float _massConcentrationPm2p5; ///< PM2.5 mass concentration
280+
float _massConcentrationPm4p0; ///< PM4.0 mass concentration
281+
float _massConcentrationPm10p0; ///< PM10.0 mass concentration
282+
float _ambientHumidity; ///< Ambient humidity
283+
float _ambientTemperature; ///< Ambient temperature
284+
float _vocIndex; ///< VOC index
285+
float _noxIndex; ///< NOx index
286+
ulong _lastRead = 0uL; ///< Last time the sensor was read
287287
};
288288

289289
#endif // WipperSnapper_I2C_Driver_SEN5X

src/components/i2c/drivers/WipperSnapper_I2C_Driver_SEN6X.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -296,16 +296,16 @@ class WipperSnapper_I2C_Driver_SEN6X : public WipperSnapper_I2C_Driver {
296296

297297
protected:
298298
SensirionI2cSen66 *_sen = nullptr; ///< SEN6X driver object
299-
float _massConcentrationPm1p0; ///< PM1.0 mass concentration
300-
float _massConcentrationPm2p5; ///< PM2.5 mass concentration
301-
float _massConcentrationPm4p0; ///< PM4.0 mass concentration
302-
float _massConcentrationPm10p0; ///< PM10.0 mass concentration
303-
float _ambientHumidity; ///< Ambient humidity
304-
float _ambientTemperature; ///< Ambient temperature
305-
float _vocIndex; ///< VOC index
306-
float _noxIndex; ///< NOx index
307-
uint16_t _co2; ///< CO2 value
308-
ulong _lastRead; ///< Last time the sensor was read
299+
float _massConcentrationPm1p0; ///< PM1.0 mass concentration
300+
float _massConcentrationPm2p5; ///< PM2.5 mass concentration
301+
float _massConcentrationPm4p0; ///< PM4.0 mass concentration
302+
float _massConcentrationPm10p0; ///< PM10.0 mass concentration
303+
float _ambientHumidity; ///< Ambient humidity
304+
float _ambientTemperature; ///< Ambient temperature
305+
float _vocIndex; ///< VOC index
306+
float _noxIndex; ///< NOx index
307+
uint16_t _co2; ///< CO2 value
308+
ulong _lastRead; ///< Last time the sensor was read
309309
};
310310

311311
#endif // WipperSnapper_I2C_Driver_SEN6X

0 commit comments

Comments
 (0)